package
1.3.2
Repository: https://github.com/supporttools/go-web-cache.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewInMemoryCache creates a new InMemoryCache with a specified maximum size and cache configuration.
ParseCacheControl parses the Cache-Control header and returns a map of directives.
ReconstructCacheControl reconstructs the Cache-Control header from a map of directives.

# Variables

No description provided by the author

# Structs

CacheConfig holds configuration for the cache, including cacheable MIME types.
CacheItem represents an item in the cache.
InMemoryCache provides a simple in-memory cache implementation of CacheManager.

# Interfaces

CacheManager defines the interface for interacting with the cache.