module MethodCacheable::ClassMethods

Public Instance Methods

cache(*args) click to toggle source

@see MethodCacheable#cache

# File lib/method_cacheable.rb, line 80
def cache(*args)
  MethodCache.new(self, *args)
end