If true, ignores exceptions when gettings cached records (the memcached API).
Copy the necessary class instance variables to the subclass.
# File lib/sequel/plugins/caching.rb, line 62 def inherited(subclass) super store = @cache_store ttl = @cache_ttl cache_ignore_exceptions = @cache_ignore_exceptions subclass.instance_eval do @cache_store = store @cache_ttl = ttl @cache_ignore_exceptions = cache_ignore_exceptions end end
Generated with the Darkfish Rdoc Generator 2.