Uses of Class
org.apache.cocoon.sax.util.ValidityValue

Packages that use ValidityValue
org.apache.cocoon.sax.util   
 

Uses of ValidityValue in org.apache.cocoon.sax.util
 

Methods in org.apache.cocoon.sax.util that return ValidityValue
 ValidityValue<V> InMemoryLRUResourceCache.get(String key)
          Returns the value to which the specified key is cached, or null if this cache contains no mapping for the key.
 

Methods in org.apache.cocoon.sax.util with parameters of type ValidityValue
 void InMemoryLRUResourceCache.put(String key, ValidityValue<V> value)
          Associates the specified value with the specified key in this cache.
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.