Uses of Interface
org.jboss.cache.CacheFactory

Packages that use CacheFactory
org.jboss.cache   
 

Uses of CacheFactory in org.jboss.cache
 

Classes in org.jboss.cache that implement CacheFactory
 class DefaultCacheFactory<K,V>
          Default (singleton) implementation of the CacheFactory interface.
 

Methods in org.jboss.cache that return CacheFactory
static
<K,V> CacheFactory<K,V>
DefaultCacheFactory.getInstance()