Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheStore ¶
type ImMemoryCacheStore ¶
type ImMemoryCacheStore struct {
// contains filtered or unexported fields
}
func NewImMemoryCacheStore ¶
func NewImMemoryCacheStore(expiration, clean time.Duration) *ImMemoryCacheStore
func (*ImMemoryCacheStore) Set ¶
func (c *ImMemoryCacheStore) Set(key string, value any)
Click to show internal directories.
Click to hide internal directories.