# File lib/merb-cache/cache-fragment.rb, line 46 def cache_get(options) key = Merb::Controller._cache.key_for(options, controller_name) Merb::Controller._cache.store.cache_get(key) end