Documentation ¶
Overview ¶
Package metadata provides a metadata-specific (concurrent and size-limited) cache.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache is a concurrent size-limited cache. If the cache size reaches maxCacheEntries all existing entries are removed.
maxCacheEntries should effectively be the number of workers in the topology, but rather than expose that information to filters we for now just use an estimated max of 100.
Click to show internal directories.
Click to hide internal directories.