//
pkg.gl
Category
github.com/ARM-software/embedded-development-services-client-utils/utils
cache
package
1.7.0
Repository:
https://github.com/arm-software/embedded-development-services-client-utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
72 SLOC
#
Functions
NewServiceCache
NewServiceCache creates a service cache.
#
Constants
Apply
Apply caching wherever possible.
NoCache
NoCache directive does not prevent the storing of data but instead prevents the reuse of data without revalidation.
NoStore
NoStore directive ensures there is no caching performed at all.
#
Structs
ServiceCache
No description provided by the author
#
Interfaces
IServerCache
IServerCache defines a caching mechanism server-side.
#
Type aliases
Control
No description provided by the author