Uses of Interface
org.docx4j.com.google.common.cache.Cache
Packages that use Cache
-
Uses of Cache in org.docx4j.com.google.common.cache
Subinterfaces of Cache in org.docx4j.com.google.common.cacheModifier and TypeInterfaceDescriptioninterfaceLoadingCache<K,V> A semi-persistent mapping from keys to values.Classes in org.docx4j.com.google.common.cache that implement CacheModifier and TypeClassDescriptionclassAbstractCache<K,V> This class provides a skeletal implementation of theCacheinterface to minimize the effort required to implement this interface.