Class | Ramaze::Cache::LRU |
In: |
lib/ramaze/cache/lru.rb
|
Parent: | Object |
OPTIONS | = | { # expiration in seconds :expiration => nil, # maximum elements in the cache :max_count => 10000, # maximum total memory usage of the cache :max_total => nil, # maximum memory usage of an element of the cache :max_value => nil, } |