cacheobject.api.php |
cacheobject.api.php |
|
|
cacheobject.inc |
cacheobject.inc |
|
Provides Cache Object API wrapper class. |
cacheobject.info |
cacheobject.info |
|
name = Cache Object API
description = Provides a cache class exposing hooks operating on objects before they are stored to and after they were received from the cache.
core = 7.x
files[] = cacheobject.inc |
cacheobject.module |
cacheobject.module |
|
PHP open tag and comment to bypass PHPCS warning. |
README.txt |
README.txt |
|
Cache Object API
================
This module provides a cache class exposing hooks allowing other code to
intercept calls to the caching layer. by implementing those hooks it is
possible to alter expiry before an object is saved to the database or… |