Uses of Class
r01f.xmlproperties.XMLPropertiesCacheImpl.CacheValue

Packages that use XMLPropertiesCacheImpl.CacheValue
r01f.xmlproperties   
 

Uses of XMLPropertiesCacheImpl.CacheValue in r01f.xmlproperties
 

Fields in r01f.xmlproperties with type parameters of type XMLPropertiesCacheImpl.CacheValue
private  java.util.Map<XMLPropertiesCacheImpl.CacheKey,XMLPropertiesCacheImpl.CacheValue> XMLPropertiesCacheImpl._cache
           
 

Methods in r01f.xmlproperties that return XMLPropertiesCacheImpl.CacheValue
private
<T> XMLPropertiesCacheImpl.CacheValue
XMLPropertiesCacheImpl._retrieve(java.lang.String component, java.lang.String xPath, java.lang.Class<T> type, Marshaller marshaller)
          Recupera la referencia a un objeto extraido de las propiedades.
private  XMLPropertiesCacheImpl.CacheValue XMLPropertiesCacheImpl._store(java.lang.String component, java.lang.String xPath, java.lang.Object obj, boolean isDefaultVal)
          Almacena en la caché un objeto extraido de las propiedades.