Uses of Class
org.jboss.seam.cache.CacheProvider

Packages that use CacheProvider
org.jboss.seam.cache A set of Seam components that provide caching 
 

Uses of CacheProvider in org.jboss.seam.cache
 

Subclasses of CacheProvider in org.jboss.seam.cache
 class AbstractJBossCacheProvider<T>
           
 class EhCacheProvider
          Implementation of CacheProvider backed by EhCache.
 class JbossCache2Provider
          Implementation of CacheProvider backed by JBoss Cache 2.x. for simple objects.
 class JbossCacheProvider
          Implementation of CacheProvider backed by JBoss Cache 1.x
 class JbossPojoCacheProvider
          Implementation of CacheProvider backed by JBoss POJO Cache 1.x
 

Methods in org.jboss.seam.cache that return CacheProvider
static CacheProvider CacheProvider.instance()
           
static
<T> CacheProvider<T>
CacheProvider.instance(Class<? extends T> type)