Sha256: 182ed5515e1d17fe33ae9cfc446d19392754b6786304466c26d0c4f60723d3b8
Contents?: true
Size: 216 Bytes
Versions: 2
Compression:
Stored size: 216 Bytes
Contents
# frozen_string_literal: true module Aqila module Cache class Configuration attr_accessor :default_ttl def configure_model yield(Aqila::Cache::TableLastChange) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aqila-cache-0.3.0 | lib/aqila/cache/configuration.rb |
aqila-cache-0.2.0 | lib/aqila/cache/configuration.rb |