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

Instance Attribute Details

#lru_timeObject

Returns the value of attribute lru_time.



12
13
14
# File 'lib/wee/lru_cache.rb', line 12

def lru_time
  @lru_time
end