Class: Stacks::Items::Timestamp

Inherits:
Object
  • Object
show all
Defined in:
lib/stacks/items/timestamp.rb

Instance Method Summary collapse

Instance Method Details

#keyObject



3
4
5
# File 'lib/stacks/items/timestamp.rb', line 3

def key
  "cache_timestamp"
end

#valueObject



7
8
9
# File 'lib/stacks/items/timestamp.rb', line 7

def value
  Time.now
end