You are here

function hook_cacheobject_load in Cache Object API 7

Invoked after objects were loaded from the cache.

Return value

boolean|null Return FALSE to prevent the object from being returned.

2 invocations of hook_cacheobject_load()
CacheObjectAPIWrapper::get in ./cacheobject.inc
Returns data from the persistent cache.
CacheObjectAPIWrapper::getMultiple in ./cacheobject.inc
Returns data from the persistent cache when given an array of cache IDs.

File

./cacheobject.api.php, line 9

Code

function hook_cacheobject_load($objects, $cids, $bin) {
}