Method: Sequel::Plugins::Caching::ClassMethods#cache_ttl
- Defined in:
- lib/sequel/plugins/caching.rb
permalink #cache_ttl ⇒ Object (readonly)
The time to live for the cache store, in seconds.
64 65 66 |
# File 'lib/sequel/plugins/caching.rb', line 64 def cache_ttl @cache_ttl end |