Uses of Interface
org.docx4j.com.google.common.cache.Cache
| Package | Description |
|---|---|
| org.docx4j.com.google.common.cache |
-
Uses of Cache in org.docx4j.com.google.common.cache
Subinterfaces of Cache in org.docx4j.com.google.common.cache Modifier and Type Interface Description interfaceLoadingCache<K,V>A semi-persistent mapping from keys to values.Classes in org.docx4j.com.google.common.cache that implement Cache Modifier and Type Class Description classAbstractCache<K,V>This class provides a skeletal implementation of theCacheinterface to minimize the effort required to implement this interface.