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