Method: Codily::Elements::CacheSetting#setup
- Defined in:
- lib/codily/elements/cache_setting.rb
#setup ⇒ Object
13 14 15 16 17 18 19 20 21 |
# File 'lib/codily/elements/cache_setting.rb', line 13 def setup delete_if_empty! *i( cache_condition ) force_integer! *i( ttl stale_ttl ) end |