Method: Tasker::Types::CacheConfig#min_adaptive_ttl
- Defined in:
- lib/tasker/types/cache_config.rb
#min_adaptive_ttl ⇒ Integer (readonly)
Returns Minimum TTL in seconds (default: 30).
108 |
# File 'lib/tasker/types/cache_config.rb', line 108 attribute :min_adaptive_ttl, Types::Integer.default(30) |