Extracted from Pike v7.8 release 352 at 2011-09-07.
pike.ida.liu.se
[Top]
Cache
Cache.Policy
Cache.Policy.Base

Method Cache.Policy.Base()->expire()


Method expire

void expire(Cache.Storage.Base storage)

Description

Expire callback.

This function is called to expire parts of storage .

Note

All Storage.Policy classes must MUST implement this method.