Module: CustomFragmentCache::Helper

Defined in:
lib/custom_fragment_cache/helper.rb

Instance Method Summary collapse

Instance Method Details

#custom_cache(resource, name, options = {}, &block) ⇒ Object



3
4
5
# File 'lib/custom_fragment_cache/helper.rb', line 3

def custom_cache(resource, name, options = {}, &block)
  CacheHelperMethod.base_custom_cache(self, :cache, resource, name, options, &block)
end