# File lib/ramaze/cache/lru.rb, line 40 def cache_setup(host, user, app, name) @store = Ramaze::LRUHash.new(OPTIONS) end