java.lang.Object
io.micronaut.kubernetes.client.openapi.informer.cache.Cache<ApiType>
Type Parameters:
ApiType - kubernetes api type
All Implemented Interfaces:
Indexer<ApiType>, Store<ApiType>

@Internal public final class Cache<ApiType extends KubernetesObject> extends Object implements Indexer<ApiType>
Cache is a java port of k/client-go's ThreadSafeStore. It basically saves and indexes all the entries.

The code has been copied from the official client and modified: Cache