Class Cache
In: lib/thread_safe/cache.rb
Parent: ConcurrentCacheBackend

Methods

[]   each_key   each_value   empty?   fetch   fetch_or_store   get   index   key   keys   marshal_dump   marshal_load   new   put_if_absent   size   value?   values  

External Aliases

put -> :

Public Class methods

Public Instance methods

get(key)

Alias for #[]

index(value)

Alias for key

[Validate]