Module: Wee::LRUCache::Item
- Included in:
- Session, Session::Page
- Defined in:
- lib/wee/lru_cache.rb
Overview
Common interface for all items
Instance Attribute Summary collapse
-
#lru_time ⇒ Object
Returns the value of attribute lru_time.
Instance Attribute Details
#lru_time ⇒ Object
Returns the value of attribute lru_time.
12 13 14 |
# File 'lib/wee/lru_cache.rb', line 12 def lru_time @lru_time end |