public class PreBuiltCacheFactory
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PreBuiltCacheFactory.CachingStrategy |
The strategy of caching the analyzer
ONE Exactly one version is stored.
|
static interface |
PreBuiltCacheFactory.PreBuiltCache<T> |
| Modifier and Type | Method | Description |
|---|---|---|
static <T> PreBuiltCacheFactory.PreBuiltCache<T> |
getCache(PreBuiltCacheFactory.CachingStrategy cachingStrategy) |
public static <T> PreBuiltCacheFactory.PreBuiltCache<T> getCache(PreBuiltCacheFactory.CachingStrategy cachingStrategy)