Class: Ramaze::LRUHash::CacheObject
- Defined in:
- lib/ramaze/snippets/ramaze/lru_hash.rb
Instance Attribute Summary collapse
-
#atime ⇒ Object
Returns the value of attribute atime.
-
#content ⇒ Object
Returns the value of attribute content.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#atime ⇒ Object
Returns the value of attribute atime
27 28 29 |
# File 'lib/ramaze/snippets/ramaze/lru_hash.rb', line 27 def atime @atime end |
#content ⇒ Object
Returns the value of attribute content
27 28 29 |
# File 'lib/ramaze/snippets/ramaze/lru_hash.rb', line 27 def content @content end |
#size ⇒ Object
Returns the value of attribute size
27 28 29 |
# File 'lib/ramaze/snippets/ramaze/lru_hash.rb', line 27 def size @size end |