Method: Sequel::Plugins::StaticCache::ClassMethods#cache

Defined in:
lib/sequel/plugins/static_cache.rb

#cacheObject (readonly)

A frozen ruby hash holding all of the model’s frozen instances, keyed by frozen primary key.


76
77
78
# File 'lib/sequel/plugins/static_cache.rb', line 76

def cache
  @cache
end