Class: Cache::Strategy::Unbounded::Item

Inherits:
Struct show all
Defined in:
lib/cache/cache.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#restore_snapshot, #take_snapshot

Instance Attribute Details

#valueObject

Returns the value of attribute value



18
19
20
# File 'lib/cache/cache.rb', line 18

def value
  @value
end