Documentation ¶
Index ¶
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) *ObjectCacheImpl
func (*ObjectCacheImpl) ApplicationProfileCache ¶
func (o *ObjectCacheImpl) ApplicationProfileCache() objectcache.ApplicationProfileCache
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.