Class: Tina4::QueryCache::CacheEntry
- Inherits:
-
Struct
- Object
- Struct
- Tina4::QueryCache::CacheEntry
- Defined in:
- lib/tina4/cache.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
14 15 16 |
# File 'lib/tina4/cache.rb', line 14 def expires_at @expires_at end |
#tags ⇒ Object
Returns the value of attribute tags
14 15 16 |
# File 'lib/tina4/cache.rb', line 14 def @tags end |
#value ⇒ Object
Returns the value of attribute value
14 15 16 |
# File 'lib/tina4/cache.rb', line 14 def value @value end |