Uses of Interface
r01f.xmlproperties.XMLPropertiesCache

Packages that use XMLPropertiesCache
r01f.xmlproperties   
 

Uses of XMLPropertiesCache in r01f.xmlproperties
 

Classes in r01f.xmlproperties that implement XMLPropertiesCache
(package private)  class XMLPropertiesCacheImpl
          Caché de propiedades para un código de aplicación.
 

Fields in r01f.xmlproperties declared as XMLPropertiesCache
(package private)  XMLPropertiesCache XMLPropertiesManager._cache
          Objeto que maneja el acceso a las properties
 

Methods in r01f.xmlproperties that return XMLPropertiesCache
 XMLPropertiesCache XMLPropertiesCacheFactory.createFor(java.lang.String appCode, int componentsNumberEstimation, boolean useCache)
          Crea la caché de propiedades.