Documentation ¶
Index ¶
- type Cache
- func (c *Cache) AzureGet(key string) ([]byte, error)
- func (c *Cache) AzureSet(key string, value []byte) error
- func (c *Cache) Delete(key string) error
- func (c *Cache) FSGet(key string) ([]byte, error)
- func (c *Cache) FSSet(key string, value []byte) error
- func (c *Cache) Get(key string) ([]byte, error)
- func (c *Cache) S3Get(key string) ([]byte, error)
- func (c *Cache) S3Set(key string, value []byte) error
- func (c *Cache) Set(key string, value []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.