package
0.0.0-20241108122401-0eb90874fe81
Repository: https://github.com/replicate/go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
WithNegativeCaching configures the cache to allow caching of a negative ("does not exist") result for up to the specified duration.

# Variables

ErrDisallowedCacheValue is thrown if a client attempts to set an entry in the cache to the zero value of the cache type T.
ErrDoesNotExist is returned if negative caching is enabled and the non-existence of the specified key has been cached.

# Structs

No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author