org.ajax4jsf.cache.lru
Class LRUMapCacheFactory

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

public class LRUMapCacheFactory
extends java.lang.Object
implements org.ajax4jsf.cache.CacheFactory

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

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

Field Detail

CACHE_SIZE_PARAMETER

public static final java.lang.String CACHE_SIZE_PARAMETER
See Also:
Constant Field Values
Constructor Detail

LRUMapCacheFactory

public LRUMapCacheFactory()
Method Detail

createCache

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

destroy

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


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