| Package | Description |
|---|---|
| org.ofbiz.core.config | |
| org.ofbiz.core.util |
| Modifier and Type | Field and Description |
|---|---|
protected static UtilCache<String,ResourceLoader> |
ResourceLoader.loaderCache |
| Modifier and Type | Field and Description |
|---|---|
static UtilCache<String,ResourceBundle> |
UtilProperties.bundleLocaleCache
An instance of the generic cache for storing the ResourceBundle
corresponding to each properties file keyed by a String for the resource location and the locale
|
static UtilCache<URL,Map<String,Map<String,String>>> |
ConfigXMLReader.handlerCache |
static UtilCache<URL,Map<String,Object>> |
ConfigXMLReader.headCache |
static UtilCache<URL,HashMap<String,HashMap<String,String>>> |
ConfigXMLReader.requestCache |
static UtilCache<Object,FlexibleProperties> |
UtilProperties.resourceCache
An 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.urlCache
An instance of the generic cache for storing the FlexibleProperties
corresponding to each properties file keyed by a URL object
|
static UtilCache<URL,Map<String,Map<String,String>>> |
ConfigXMLReader.viewCache |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,UtilCache<?,?>> |
UtilCache.utilCacheTable
A static Map to keep track of all of the UtilCache instances.
|
Copyright © 2018 Atlassian. All rights reserved.