Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cache ¶
type Cache[T any] struct { // contains filtered or unexported fields }
func (*Cache[T]) NewAny ¶
func (c *Cache[T]) NewAny(ctx context.Context, name string) middleware.AnyMiddleware[T]
func (*Cache[T]) NewAnyError ¶
func (c *Cache[T]) NewAnyError(ctx context.Context, name string) middleware.AnyErrorMiddleware[T]
Click to show internal directories.
Click to hide internal directories.