Uses of Interface
org.docx4j.com.google.common.cache.LoadingCache
Packages that use LoadingCache
-
Uses of LoadingCache in org.docx4j.com.google.common.cache
Classes in org.docx4j.com.google.common.cache that implement LoadingCacheModifier and TypeClassDescription(package private) static classMethods in org.docx4j.com.google.common.cache that return LoadingCacheModifier and TypeMethodDescription<K1 extends K,V1 extends V>
LoadingCache<K1,V1> CacheBuilder.build(CacheLoader<? super K1, V1> loader) Builds a cache, which either returns an already-loaded value for a given key or atomically computes or retrieves it using the suppliedCacheLoader. -
Uses of LoadingCache in org.docx4j.fonts
Fields in org.docx4j.fonts declared as LoadingCacheModifier and TypeFieldDescriptionprivate static LoadingCache<PhysicalFont,Typeface> GlyphCheck.cache