Remove the object from the cache when updating
# File lib/sequel/plugins/caching.rb, line 128 128: def before_update 129: cache_delete 130: super 131: end
Return a key unique to the underlying record for caching, based on the primary key value(s) for the object. If the model does not have a primary key, raise an Error.
# File lib/sequel/plugins/caching.rb, line 136 136: def cache_key 137: model.cache_key(pk) 138: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.