Documentation
¶
Overview ¶
Package nullcache implements the presto.Cache interface with an empty data structure that never stores any data, and always reports a cache "miss". It is an empty placeholder for testing purposes only, that can be put anywhere an actual cache would go.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullCache ¶
type NullCache struct{}
NullCache implements the presto.Cache interface with an empty data structure that never stores any data, and always reports a cache "miss". It is an empty placeholder for testing purposes only, that can be put anywhere an actual cache would go.
Click to show internal directories.
Click to hide internal directories.