Uses of Class
org.nuxeo.ecm.core.convert.cache.ConversionCacheEntry
-
Packages that use ConversionCacheEntry Package Description org.nuxeo.ecm.core.convert.cache -
-
Uses of ConversionCacheEntry in org.nuxeo.ecm.core.convert.cache
Fields in org.nuxeo.ecm.core.convert.cache with type parameters of type ConversionCacheEntry Modifier and Type Field Description protected static Map<String,ConversionCacheEntry>
ConversionCacheHolder. cache
Methods in org.nuxeo.ecm.core.convert.cache that return ConversionCacheEntry Modifier and Type Method Description protected static ConversionCacheEntry
ConversionCacheHolder. doGetCacheEntry(String key)
static ConversionCacheEntry
ConversionCacheHolder. getCacheEntry(String key)
-