Module: MethodCacheable::ClassMethods
- Defined in:
- lib/method_cacheable.rb
Instance Method Summary collapse
Instance Method Details
#cache(*args) ⇒ Object
80 81 82 |
# File 'lib/method_cacheable.rb', line 80 def cache(*args) MethodCache.new(self, *args) end |