Class Cache.Data
- Description
Base stored object for the cache system.
- Variable atime
intCache.Data.atime- Description
last-access time.
- Variable cost
floatCache.Data.cost- Description
relative preciousness scale
- Variable ctime
intCache.Data.ctime- Description
creation-time
- Variable etime
intCache.Data.etime- Description
expiry-time (if supplied). 0 otherwise
- Method create
Cache.Data Cache.Data(void|mixedvalue,void|intexpire_time,void|floatpreciousness)- Description
expire_time is relative and in seconds.