function hook_cacheobject_presave in Cache Object API 7
Invoked before an object is put into the cache.
Return value
boolean|null Return FALSE to prevent the object from being saved.
1 invocation of hook_cacheobject_presave()
- CacheObjectAPIWrapper::set in ./
cacheobject.inc - Stores data in the persistent cache.
File
- ./
cacheobject.api.php, line 18
Code
function hook_cacheobject_presave($object, $cid, $bin) {
}