Module: WillCache::ClassMethods

Includes:
Cacheable
Defined in:
lib/will_cache.rb

Instance Method Summary collapse

Methods included from Cacheable

#cache_exist?, #cached, #delete_cache, #do_send, #expire_cache, #fetch_cache, #method_cache_key, #read_cache, #refresh_cache, #write_cache

Instance Method Details

#acts_as_cachedObject



11
12
13
# File 'lib/will_cache.rb', line 11

def acts_as_cached
  send :include, InstanceMethods
end