RichFaces Core Implementation 4.1.0.Final

org.richfaces.cache
Class JBossCacheCacheFactory

java.lang.Object
  extended by org.richfaces.cache.JBossCacheCacheFactory
All Implemented Interfaces:
org.richfaces.cache.CacheFactory

public class JBossCacheCacheFactory
extends Object
implements org.richfaces.cache.CacheFactory

Since:
4.0
Author:
Nick Belaevski

Constructor Summary
JBossCacheCacheFactory()
           
 
Method Summary
 org.richfaces.cache.Cache createCache(javax.faces.context.FacesContext facesContext, String cacheName, Map<?,?> env)
           
 void destroy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossCacheCacheFactory

public JBossCacheCacheFactory()
Method Detail

createCache

public org.richfaces.cache.Cache createCache(javax.faces.context.FacesContext facesContext,
                                             String cacheName,
                                             Map<?,?> env)
Specified by:
createCache in interface org.richfaces.cache.CacheFactory

destroy

public void destroy()
Specified by:
destroy in interface org.richfaces.cache.CacheFactory

RichFaces Core Implementation 4.1.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.