package
0.9.1-rc3
Repository: https://github.com/accurateproject/accurate.git
Documentation: pkg.go.dev
# README
cache2go
Golang simple object caching library with expiration capabilities.
See the test file for wroking examples.
API docs here.
# Functions
The function to be used to cache a key/value pair when expiration is not needed.
No description provided by the author
Delete all keys from cache.
The function to extract a value for a key that never expire.
No description provided by the author
Get an entry from the expiration cache and mark it for keeping alive.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Delete all keys from expiraton cache.
No description provided by the author
No description provided by the author