# Functions

NewCache creates a new non-thread safe clock cache whose capacity is the default size (128).
WithCapacity is an option to set cache capacity.

# Structs

Cache is used The clock cache replacement policy.

# Type aliases

Option is an option for clock cache.