Element index for package common.cache
[ c ]
[ g ]
[ h ]
[ i ]
[ s ]
[ _ ]
_
- __construct
- in file SerializingCache.class.php, method SerializingCache::__construct()
Construct this object against the Cache object it wants to decorate
top
top
top
top
i
- isExpired
- in file SerializingCache.class.php, method SerializingCache::isExpired()
Determine if a handle is older than $time, where time is an absolute unix timestamp value relative to the epoch
- isExpired
- in file Cache.iface.php, method Cache::isExpired()
Determine if a handle is older than $time, where time is an absolute unix timestamp value relative to the epoch
- isExpiredRelative
- in file SerializingCache.class.php, method SerializingCache::isExpiredRelative()
Determine if a handle is older than $time, where time is an relative value in seconds from the current time
- isExpiredRelative
- in file Cache.iface.php, method Cache::isExpiredRelative()
Determine if a handle is older than $time, where time is an relative value in seconds from the current time
top
top
|
|