Documentation
¶
Overview ¶
Package filesystem is the filesystem implementation of the Trickster Cache
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheClient ¶
CacheClient describes a Filesystem CacheClient
func (*CacheClient) Close ¶
func (c *CacheClient) Close() error
func (*CacheClient) Connect ¶
func (c *CacheClient) Connect() error
Connect instantiates the Cache mutex map and starts the Expired Entry Reaper goroutine
func (*CacheClient) Remove ¶
func (c *CacheClient) Remove(cacheKeys ...string) error
func (*CacheClient) Retrieve ¶
func (c *CacheClient) Retrieve(cacheKey string) ([]byte, status.LookupStatus, error)
Click to show internal directories.
Click to hide internal directories.