# Functions
No description provided by the author
No description provided by the author
NewCache initializes a new caching space with default settings.
NewCacheWithCapacity initializes a new caching space with the given capacity.
No description provided by the author
No description provided by the author
# Interfaces
Hashable types must implement a method that returns a key.
HasOnEvict type is (optionally) implemented by cache objects to clean after themselves.