class Aqila::Cache::Configuration

Attributes

default_ttl[RW]

Public Instance Methods

configure_model() { |TableLastChange| ... } click to toggle source
# File lib/aqila/cache/configuration.rb, line 8
def configure_model
  yield(Aqila::Cache::TableLastChange)
end