# Functions
No description provided by the author
should only be used for testing purpose.
# Constants
StrictExpiry sets the behavior so that an expired item will never be returned by the cache.
TTLFromInitialAdd sets the behavior so that the time-to-live for a cache entry is set when it is added, and not extended when the item is accessed.
# Interfaces
CInterface contains functions a cache instance need to provide.
Manager contains functions to manage cache instances.
# Type aliases
No description provided by the author