Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrEntryNotFound = errors.New("cache entry not found")
)
Functions ¶
This section is empty.
Types ¶
type CacheService ¶
type CacheService interface { GetAll(keys ...string) ([]CacheEntry, error) Get(key string) (CacheEntry, error) Put(entry CacheEntry) error }
Click to show internal directories.
Click to hide internal directories.