Extracted from Pike v7.8 release 866 at 2016-11-06.
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.