Class: CacheShoe::Configuration
- Inherits:
-
Struct
- Object
- Struct
- CacheShoe::Configuration
- Defined in:
- lib/cache_shoe.rb
Instance Attribute Summary collapse
-
#cache ⇒ Object
Returns the value of attribute cache.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#on_cache ⇒ Object
Returns the value of attribute on_cache.
-
#on_cache_clear ⇒ Object
Returns the value of attribute on_cache_clear.
Instance Attribute Details
#cache ⇒ Object
Returns the value of attribute cache
6 7 8 |
# File 'lib/cache_shoe.rb', line 6 def cache @cache end |
#logger ⇒ Object
Returns the value of attribute logger
6 7 8 |
# File 'lib/cache_shoe.rb', line 6 def logger @logger end |
#on_cache ⇒ Object
Returns the value of attribute on_cache
6 7 8 |
# File 'lib/cache_shoe.rb', line 6 def on_cache @on_cache end |
#on_cache_clear ⇒ Object
Returns the value of attribute on_cache_clear
6 7 8 |
# File 'lib/cache_shoe.rb', line 6 def on_cache_clear @on_cache_clear end |