# Functions
NewFSCache creates a new filesystem backed cache.
NewMockCache creates a new instance of MockCache.
# Structs
CacheMissError is an error used on cache misses.
Key is used to generate a unique ID for a cached token.
MockCache is an autogenerated mock type for the Cache type.
No description provided by the author
MockCache_Invalidate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Invalidate'.
MockCache_Lookup_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Lookup'.
MockCache_Save_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Save'.
# Interfaces
Cache represents a token caching interface.