Extracted from Pike v7.3 release 16 at 2002-03-05.
pike.roxen.com
[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.