# Functions
NewObjectLRU creates a new ObjectLRU with the given maximum size.
NewObjectLRUDefault creates a new ObjectLRU with the default cache size.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ObjectLRU implements an object cache with an LRU eviction policy and a maximum size (measured in object size).
# Interfaces
Object is an interface to a object cache.
# Type aliases
No description provided by the author