You are here

function hook_cacheobject_clear in Cache Object API 7

Invoked before data is expired from the cache.

Return value

boolean|null Return FALSE to prevent the cache from being cleared.

1 invocation of hook_cacheobject_clear()
CacheObjectAPIWrapper::clear in ./cacheobject.inc
Expires data from the cache.

File

./cacheobject.api.php, line 27

Code

function hook_cacheobject_clear($cid, $wildcard, $bin) {
}