Class ThreadSafe::NonConcurrentCacheBackend
In: lib/thread_safe/non_concurrent_cache_backend.rb
Parent: Object

Methods

External Aliases

_set -> :

Public Class methods

WARNING: all public methods of the class must operate on the @backend directly without calling each other. This is important because of the SynchronizedCacheBackend which uses a non-reentrant mutex for perfomance reasons.

Public Instance methods

_get(key)

Alias for #[]

[Validate]