Seam Core JSF2 2.3.1.CR1

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 AbstractInfinispanCacheProvider<T>
           
 class AbstractJBossCacheProvider<T>
           
 class EhCacheProvider
          Implementation of CacheProvider backed by EhCache.
 class InfinispanCacheProvider
          Implementation of CacheProvider backed by Infinispan 5.x.
 class JbossCache2Provider
          Implementation of CacheProvider backed by JBoss Cache 2.x.
 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)
           
 


Seam Core JSF2 2.3.1.CR1

Copyright © 2013 Seam Framework. All Rights Reserved.