- All Superinterfaces:
- Supplier<com.netflix.spectator.impl.Cache<String,List<QueryIndex<V>>>>
- All Known Implementing Classes:
- QueryIndex.DefaultCacheSupplier
- Enclosing class:
- QueryIndex<T>
public static interface QueryIndex.CacheSupplier<V>
extends Supplier<com.netflix.spectator.impl.Cache<String,List<QueryIndex<V>>>>
Supplier to create a new instance of a cache used for other checks. The default should
be fine for most uses, but heavy uses with many expressions and high throughput may
benefit from an alternate implementation.