Module: CacheStoreApi

Extended by:
ClassMethods
Defined in:
lib/cache-store-api.rb,
lib/cache-store-api/version.rb,
lib/cache-store-api/test_cache.rb,
lib/cache-store-api/class_methods.rb

Defined Under Namespace

Modules: ClassMethods Classes: TestCache

Constant Summary collapse

VERSION =
"0.1.3"

Instance Attribute Summary

Attributes included from ClassMethods

#cache_lambda

Instance Method Summary collapse

Methods included from ClassMethods

caching?, data, disable_cache!, enable_cache!, expire, lazy_cache, set_cache, set_perform_caching

Instance Method Details

#cacheObject



8
9
10
# File 'lib/cache-store-api.rb', line 8

def cache
  CacheStoreApi.cache
end