Class: Aqila::Cache::Configuration
- Inherits:
-
Object
- Object
- Aqila::Cache::Configuration
- Defined in:
- lib/aqila/cache/configuration.rb
Instance Attribute Summary collapse
-
#default_ttl ⇒ Object
Returns the value of attribute default_ttl.
Instance Method Summary collapse
Instance Attribute Details
#default_ttl ⇒ Object
Returns the value of attribute default_ttl.
6 7 8 |
# File 'lib/aqila/cache/configuration.rb', line 6 def default_ttl @default_ttl end |
Instance Method Details
#configure_model {|Aqila::Cache::TableLastChange| ... } ⇒ Object
8 9 10 |
# File 'lib/aqila/cache/configuration.rb', line 8 def configure_model yield(Aqila::Cache::TableLastChange) end |