OnExpire typedef

OnExpire = void Function()

A function type that represents an action to be taken when a cache entry expires.

Implementation

typedef OnExpire = void Function();