RichFaces Core Implementation 4.2.2.Final

org.richfaces.cache.lru
Class LRUMapCacheFactory

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

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

Author:
Nick - mailto:nbelaevski@exadel.com created 01.05.2007

Constructor Summary
LRUMapCacheFactory()
           
 
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

LRUMapCacheFactory

public LRUMapCacheFactory()
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.2.2.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.