Uses of Class
org.ofbiz.core.util.UtilCache
Packages that use UtilCache
-
Uses of UtilCache in org.ofbiz.core.config
Fields in org.ofbiz.core.config declared as UtilCacheModifier and TypeFieldDescriptionprotected static UtilCache<String,ResourceLoader> ResourceLoader.loaderCache -
Uses of UtilCache in org.ofbiz.core.util
Fields in org.ofbiz.core.util declared as UtilCacheModifier and TypeFieldDescriptionstatic UtilCache<String,ResourceBundle> UtilProperties.bundleLocaleCacheAn instance of the generic cache for storing the ResourceBundle corresponding to each properties file keyed by a String for the resource location and the localeConfigXMLReader.handlerCacheConfigXMLReader.headCacheConfigXMLReader.requestCachestatic UtilCache<Object,FlexibleProperties> UtilProperties.resourceCacheAn instance of the generic cache for storing the FlexibleProperties corresponding to each properties file keyed by a String for the resource location.static UtilCache<URL,FlexibleProperties> UtilProperties.urlCacheAn instance of the generic cache for storing the FlexibleProperties corresponding to each properties file keyed by a URL objectConfigXMLReader.viewCacheFields in org.ofbiz.core.util with type parameters of type UtilCacheModifier and TypeFieldDescriptionUtilCache.utilCacheTableA static Map to keep track of all of the UtilCache instances.