Uses of Interface
org.apache.commons.attributes.CachedRepository

Uses of CachedRepository in org.apache.commons.attributes
 

Classes in org.apache.commons.attributes that implement CachedRepository
(package private)  class DefaultCachedRepository
           
(package private)  class EmptyCachedRepository
          Null implementation of a cached repository.
 

Fields in org.apache.commons.attributes declared as CachedRepository
static CachedRepository CachedRepository.EMPTY
           
 

Methods in org.apache.commons.attributes that return CachedRepository
private static CachedRepository Attributes.getCachedRepository(java.lang.Class clazz)