package
0.2.0
Repository: https://github.com/meowdada/go-fcache.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

Adapter creates an adapter for cache.DB.
IsNoKeyError returns true if the key reprsents ErrNoSuchKey.

# Variables

ErrDupKey raises when try inserting duplicated key.

# Structs

Mock implements store interface.

# Interfaces

IDGenerator is able to generate an unique ID for each cache item.
Store is a storage backend interface which provides some methods to interacts with the item.