Class: ActiveCachedResource::CachingStrategies::ActiveSupportCache
- Defined in:
- lib/active_cached_resource/caching_strategies/active_support_cache.rb
Instance Method Summary collapse
-
#initialize(cache_store) ⇒ ActiveSupportCache
constructor
A new instance of ActiveSupportCache.
Methods inherited from Base
#clear, #delete, #read, #write
Constructor Details
#initialize(cache_store) ⇒ ActiveSupportCache
6 7 8 9 |
# File 'lib/active_cached_resource/caching_strategies/active_support_cache.rb', line 6 def initialize(cache_store) super() @cache_store = cache_store end |