Class: Cache::Strategy::Unbounded::Item
- Defined in:
- lib/cache/cache.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Method Summary
Methods inherited from Struct
#restore_snapshot, #take_snapshot
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
18 19 20 |
# File 'lib/cache/cache.rb', line 18 def value @value end |