Class: InfoparkComponentCache::VolatileCacheStorage

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

Overview

This class has the exact same interface as CacheStorage but it does not offer any guarantees regarding persistence of the cache. It should be not regarded any more safe than a NullCache. The primasy use case here is to provide caching where it is “nice to have” but also has to be extremely quick.

Author:

Method Summary

Methods inherited from AbstractCacheStorage

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