Module: TinyCache::Config
Instance Attribute Summary collapse
-
#cache_key_prefix ⇒ Object
Returns the value of attribute cache_key_prefix.
-
#cache_store ⇒ Object
Returns the value of attribute cache_store.
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Attribute Details
#cache_key_prefix ⇒ Object
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_store ⇒ Object
Returns the value of attribute cache_store.
6 7 8 |
# File 'lib/tiny_cache/config.rb', line 6 def cache_store @cache_store end |
#logger ⇒ Object
Returns the value of attribute logger.
6 7 8 |
# File 'lib/tiny_cache/config.rb', line 6 def logger @logger end |