Module: TinyCache::Config

Extended by:
Config
Included in:
Config
Defined in:
lib/tiny_cache/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cache_key_prefixObject

Returns the value of attribute cache_key_prefix.



6
7
8
# File 'lib/tiny_cache/config.rb', line 6

def cache_key_prefix
  @cache_key_prefix
end

#cache_storeObject

Returns the value of attribute cache_store.



6
7
8
# File 'lib/tiny_cache/config.rb', line 6

def cache_store
  @cache_store
end

#loggerObject

Returns the value of attribute logger.



6
7
8
# File 'lib/tiny_cache/config.rb', line 6

def logger
  @logger
end