# Functions

NewServiceCache creates a service cache.

# Constants

Apply caching wherever possible.
NoCache directive does not prevent the storing of data but instead prevents the reuse of data without revalidation.
NoStore directive ensures there is no caching performed at all.

# Structs

No description provided by the author

# Interfaces

IServerCache defines a caching mechanism server-side.

# Type aliases

No description provided by the author