module Kernel

:no-doc:

Public Instance Methods

cache(key = nil, **options, &block) click to toggle source
# File lib/object/cache/core_extension.rb, line 7
def cache(key = nil, **options, &block)
  Cache.new(key, **options, &block)
end