Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NativeCache ¶
type NativeCache struct { // Size sets the maximum size of the cache before evicting unread data in MB Size float64 // contains filtered or unexported fields }
NativeCache implements cache.Cache
func (*NativeCache) ClearAll ¶
func (n *NativeCache) ClearAll()
Clear the cache. Only used for testing.
Click to show internal directories.
Click to hide internal directories.