Module

ActiveSupport::Cache::Strategy::LocalCache

Inheritance

Constants

Name   Description
NULL = 'remote_cache_store:null' this allows caching of the fact that there is nothing in the remote cache

Methods

Instance

Visibility Signature
public clear ()
public decrement (key, amount = 1)
public delete (key, options = nil)
public exist (key, options = nil)
public increment (key, amount = 1)
public middleware ()
public read (key, options = nil)
public with_local_cache () {|| ...}
public write (key, value, options = nil)

Instance Method Detail

clear()

decrement(key, amount = 1)

delete(key, options = nil)

exist(key, options = nil)

increment(key, amount = 1)

middleware()

read(key, options = nil)

with_local_cache() {|| ...}

write(key, value, options = nil)