class InfoparkComponentCache::CacheStorage

@author Tomasz Przedmojski <tomasz.przedmojski@infopark.de>

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).

Protected Instance Methods

backing_storage() click to toggle source
# File lib/infopark_component_cache/cache_storage.rb, line 13
def backing_storage
  Rails.cache
end