Class: Aqila::Cache::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/aqila/cache/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#default_ttlObject

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