ActiveSupport::Cache::SynchronizedMemoryStore


Files

Parent

Description

Like MemoryStore, but thread-safe.

Methods

Public Class methods

new ()

Public Instance methods

clear ()

decrement (key, amount = 1)

delete (name, options = nil)

delete_matched (matcher, options = nil)

exist? (name,options = nil)

fetch (key, options = {})

increment (key, amount = 1)

read (name, options = nil)

write (name, value, options = nil)