Module: InfoparkComponentCache::VolatileCache

Included in:
DelayedGuard
Defined in:
lib/infopark_component_cache/volatile_cache.rb

Overview

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

Author:

Instance Method Summary collapse

Instance Method Details

#volatile_cacheObject



9
10
11
# File 'lib/infopark_component_cache/volatile_cache.rb', line 9

def volatile_cache
  @__volatile_cache ||= VolatileCacheStorage.instance
end