eXo Kernel :: Component :: Cache Service 2.4.8-GA

org.exoplatform.services.cache
Class FIFOExoCache<K extends Serializable,V>

java.lang.Object
  extended by org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache<K,V>
      extended by org.exoplatform.services.cache.FIFOExoCache<K,V>
All Implemented Interfaces:
ExoCache<K,V>

Deprecated. use ConcurrentFIFOExoCache instead

@Deprecated
public class FIFOExoCache<K extends Serializable,V>
extends ConcurrentFIFOExoCache<K,V>

Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Sat, Sep 13, 2003 @ Time: 1:12:22 PM


Constructor Summary
FIFOExoCache()
          Deprecated.  
FIFOExoCache(int maxSize)
          Deprecated.  
FIFOExoCache(String name, int maxSize)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache
addCacheListener, assertConsistent, clearCache, get, getCachedObjects, getCacheHit, getCacheMiss, getCacheSize, getLabel, getLiveTime, getLiveTimeMillis, getMaxSize, getName, isLogEnabled, put, putMap, remove, removeCachedObjects, select, setLabel, setLiveTime, setLiveTimeMillis, setLogEnabled, setMaxSize, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIFOExoCache

public FIFOExoCache()
Deprecated. 

FIFOExoCache

public FIFOExoCache(int maxSize)
Deprecated. 

FIFOExoCache

public FIFOExoCache(String name,
                    int maxSize)
Deprecated. 

eXo Kernel :: Component :: Cache Service 2.4.8-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.