module InfoparkComponentCache::VolatileCache

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

This module provides quick an convieniet access to VolatileCacheStorage in any class that includes it.

Public Instance Methods

volatile_cache() click to toggle source
# File lib/infopark_component_cache/volatile_cache.rb, line 9
def volatile_cache
  @__volatile_cache ||= VolatileCacheStorage.instance
end