Method Cache.Policy.Base()->expire()
- Method
expire
voidexpire(Cache.Storage.Basestorage)- Description
Expire callback.
This function is called to expire parts of
storage.- Note
All Storage.Policy classes must MUST implement this method.
void expire(Cache.Storage.Base storage)
Expire callback.
This function is called to expire parts
of storage.
All Storage.Policy classes must MUST implement this method.