Module: JohnnyCache::ClassMethods

Defined in:
lib/johnny_cache.rb

Instance Method Summary collapse

Instance Method Details

#cache(*args) ⇒ Object

See Also:



76
77
78
# File 'lib/johnny_cache.rb', line 76

def cache(*args)
  MethodCache.new(self, *args)
end