Module: Cache::ActiveSupportCacheNullStore

Defined in:
lib/cache/active_support_cache_null_store.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.extended(base) ⇒ Object



4
5
6
# File 'lib/cache/active_support_cache_null_store.rb', line 4

def self.extended(base)
  base.extend Cache::ActiveSupportCacheStore
end

Instance Method Details

#_statsObject



8
9
10
# File 'lib/cache/active_support_cache_null_store.rb', line 8

def _stats
  {}
end