//
pkg.gl
Category
github.com/splitio/go-toolkit/v4
provisional
int64cache
package
4.2.2-rc3
Repository:
https://github.com/splitio/go-toolkit.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
3
Dependents
1
Files
75 SLOC
#
Functions
NewInt64Cache
NewInt64Cache returns a new LocalCache instance of the specified size and TTL.
#
Structs
Impl
Impl implements the LocalCache interface.
Miss
Miss is a special error indicating the key was not found in the cache.
#
Interfaces
Int64Cache
Int64Cache is an in-memory TTL & LRU cache.