Documentation ¶ Index ¶ type Cache func (e *Cache) Close() error func (c *Cache) Config() any func (c *Cache) SetEntity() type Config func (c *Config) Build() *ristretto.Cache func (c *Config) InitAfterInject() func (c *Config) InitBeforeInject() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Cache ¶ type Cache struct { *ristretto.Cache Conf Config } func (*Cache) Close ¶ func (e *Cache) Close() error func (*Cache) Config ¶ func (c *Cache) Config() any func (*Cache) SetEntity ¶ func (c *Cache) SetEntity() type Config ¶ type Config ristretto.Config func (*Config) Build ¶ func (c *Config) Build() *ristretto.Cache func (*Config) InitAfterInject ¶ func (c *Config) InitAfterInject() func (*Config) InitBeforeInject ¶ func (c *Config) InitBeforeInject() Source Files ¶ View all Source files cache.go Click to show internal directories. Click to hide internal directories.