[Top]
Cache
Cache.cache
|
Method Cache.cache()->create()
- Method
create
-
void Cache.cache()->create(object(Cache.Storage.Base) storage_mgr, object(Cache.Policy.Base) policy_mgr, void|int cleanup_cycle_delay)
- Description
-
Creates a new cache object. Required are a storage manager, and an
expiration policy object.
|