class LHC::Caching

def cache_for(options)

return the cache for the given options
def cache_for(options)
  options.fetch(:use, cache)
end