Module: JohnnyCache::ClassMethods
- Defined in:
- lib/johnny_cache.rb
Instance Method Summary collapse
Instance Method Details
#cache(*args) ⇒ Object
76 77 78 |
# File 'lib/johnny_cache.rb', line 76 def cache(*args) MethodCache.new(self, *args) end |