Home
last modified time | relevance | path

Searched refs:RESOURCE_LOADER_CACHE (Results 1 – 2 of 2) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/
DResourceLoader.java95 isCachingOn = configuration.getBoolean(RuntimeConstants.RESOURCE_LOADER_CACHE, false); in commonInit()
100 …ception parsing cache setting: " + configuration.getString(RuntimeConstants.RESOURCE_LOADER_CACHE); in commonInit()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java208 String RESOURCE_LOADER_CACHE = "cache"; field