Method: Sequel::Plugins::Caching::ClassMethods#cache_ignore_exceptions
- Defined in:
- lib/sequel/plugins/caching.rb
#cache_ignore_exceptions ⇒ Object (readonly)
If true, ignores exceptions when gettings cached records (the memcached API).
57 58 59 |
# File 'lib/sequel/plugins/caching.rb', line 57 def cache_ignore_exceptions @cache_ignore_exceptions end |