Class Ramaze::Cache::LRU
In: lib/ramaze/cache/lru.rb
Parent: Object

Methods

Included Modules

Cache::API

Constants

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, }

Public Instance methods

Connect to localmemcache

[Validate]