package
0.0.0-20240401111526-e3ed1438fc84
Repository: https://github.com/anderslauri/open-iap.git
Documentation: pkg.go.dev
# Functions
NewCopyOnWriteCache returns a cache implementation interface of Cache interface.
NewExpiryCache creates a Cache interface implementation with cleaning (expiration) routine.
# Structs
CopyOnWriteCache is an implementation of Cache interface.
ExpiryCache is an implementation of Cache interface with cache expiration built in.
ExpiryCacheValue is cache value for expiry cache.
# Interfaces
Cache is a very broad cache interface to support an array of underlying implementations.
# Type aliases
Map is a custom map type definition.