Method: RPCMapper::Cacheable::ClassMethods#reset_cache_store

Defined in:
lib/rpc_mapper/cacheable.rb

#reset_cache_store(default_longevity = DEFAULT_LONGEVITY) ⇒ Object



13
14
15
# File 'lib/rpc_mapper/cacheable.rb', line 13

def reset_cache_store(default_longevity=DEFAULT_LONGEVITY)
  @@cache_store = RPCMapper::Cacheable::Store.new(default_longevity)
end