Method: Sequel::Plugins::Caching::ClassMethods#cache_store
- Defined in:
- lib/sequel/plugins/caching.rb
#cache_store ⇒ Object (readonly)
The cache store object for the model, which should implement the Ruby-Memcache (or memcached) API
61 62 63 |
# File 'lib/sequel/plugins/caching.rb', line 61 def cache_store @cache_store end |