- Queries
- All Atoms
- Search
- Advanced Search
Diviner All Atoms
All Atoms
All Atoms
- Method
- Method
- Method
- Method
- Stacks multiple caches on top of each other, with readthrough semantics:
- Class
- Method
- Method
- Method
- Method
- Set the readthrough TTL for the next cache operation. The TTL applies to any keys set by the next call to @{method:getKey} or @{method:getKeys}, and is reset after the call finishes.
- Method
- Set the caches which comprise this stack.
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Get the current profiler.
- Method
- Set a profiler for cache operations.
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Interface to a key-value cache like Memcache or APC. This class provides a uniform interface to multiple different key-value caches and integration with PhutilServiceProfiler.
- Class
- Completely destroy all data in the cache.
- Method
- Delete a list of keys from the cache.
- Method
- Put data into the key-value cache.
- Method
- Get data from the cache.
- Method
- Delete a key from the cache. See @{method:deleteKeys} to delete multiple keys at once.
- Method
- Set a single key in cache. See @{method:setKeys} to set multiple keys at once.
- Method
- Get a single key from cache. See @{method:getKeys} to get multiple keys at once.
- Method
- Determine if the cache is available. For example, the APC cache tests if APC is installed. If this method returns false, the cache is not operational and can not be used.
- Method
- Key-value cache implemented in the current request. All storage is local to this request (i.e., the current page) and destroyed after the request exits. This means the first request to this cache for a given key on a page will ALWAYS miss.
- Class
- Method
- Method
- Method
- Method
- Method
- Method
- Set a limit on the number of keys this cache may contain.
- Method
- Interface to a directory-based disk cache. Storage persists across requests.
- Class
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Interface to the APC key-value cache. This is a very high-performance cache which is local to the current machine.
- Class
- Method
- Method
- Method
- Method
- Method
- Method
- Class
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method