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
Click to show internal directories.
Click to hide internal directories.