//
pkg.gl
Category
github.com/meowdada/go-fcache
cache
package
0.2.0
Repository:
https://github.com/meowdada/go-fcache.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
6
Files
125 SLOC
#
Functions
Dummy
Dummy creates a file with given key.
New
New creates a file with given key and size.
#
Variables
ErrNoSuchKey
ErrNoSuchKey raises when try accessing a Store with key nonexist.
#
Structs
Item
Item implements Item interface.
#
Interfaces
Pool
Pool is a cache pool which stores information of caches.