Package org.incendo.cloud.processors.cache
package org.incendo.cloud.processors.cache
Caches used in the processors.
-
ClassDescriptionCaffeineCache<K,
V> An implementation ofCloudCachebacked by a CaffeineCache.CloudCache<K,V> Something that caches values.GuavaCache<K,V> An implementation ofCloudCachebacked by a GuavaCache.SimpleCache<K,V> Implementation ofCloudCachebacked by aWeakHashMap.