module ROM::Cache::Methods

Public Instance Methods

fetch_or_store(*args, &block) click to toggle source
# File lib/rom/support/cache.rb, line 20
def fetch_or_store(*args, &block)
  self.class.fetch_or_store(*args, &block)
end