Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InMemoryCache ¶
type InMemoryCache struct {
// contains filtered or unexported fields
}
func New ¶
func New() *InMemoryCache
func (*InMemoryCache) Delete ¶
func (c *InMemoryCache) Delete(key string)
func (*InMemoryCache) Get ¶
func (c *InMemoryCache) Get(key string) any
func (*InMemoryCache) Start ¶
func (c *InMemoryCache) Start()
func (*InMemoryCache) Stop ¶
func (c *InMemoryCache) Stop()
Click to show internal directories.
Click to hide internal directories.