Documentation ¶
Index ¶
- type ObjectCacheImpl
- func (o *ObjectCacheImpl) ApplicationProfileCache() objectcache.ApplicationProfileCache
- func (o *ObjectCacheImpl) DnsCache() objectcache.DnsCache
- func (o *ObjectCacheImpl) K8sObjectCache() objectcache.K8sObjectCache
- func (o *ObjectCacheImpl) NetworkNeighborhoodCache() objectcache.NetworkNeighborhoodCache
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectCacheImpl ¶
type ObjectCacheImpl struct {
// contains filtered or unexported fields
}
func NewObjectCache ¶
func NewObjectCache(k objectcache.K8sObjectCache, ap objectcache.ApplicationProfileCache, np objectcache.NetworkNeighborhoodCache, dc objectcache.DnsCache) *ObjectCacheImpl
func (*ObjectCacheImpl) ApplicationProfileCache ¶
func (o *ObjectCacheImpl) ApplicationProfileCache() objectcache.ApplicationProfileCache
func (*ObjectCacheImpl) DnsCache ¶ added in v0.2.128
func (o *ObjectCacheImpl) DnsCache() objectcache.DnsCache
func (*ObjectCacheImpl) K8sObjectCache ¶
func (o *ObjectCacheImpl) K8sObjectCache() objectcache.K8sObjectCache
func (*ObjectCacheImpl) NetworkNeighborhoodCache ¶
func (o *ObjectCacheImpl) NetworkNeighborhoodCache() objectcache.NetworkNeighborhoodCache
Click to show internal directories.
Click to hide internal directories.