Class: InfoparkComponentCache::CacheStorage

Inherits:
AbstractCacheStorage show all
Defined in:
lib/infopark_component_cache/cache_storage.rb

Overview

This class implements a persistent cache storage, that it a cache which will probably persists between requests. In the current version it relies on the preconfigured Rails cache (Rails.application.config.cache_store).

Author:

Method Summary

Methods inherited from AbstractCacheStorage

#enabled?, #exist?, #read, #write