Class FIFOExoCache<K extends Serializable,V>

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

@Deprecated public class FIFOExoCache<K extends Serializable,V> extends ConcurrentFIFOExoCache<K,V>
Deprecated.
Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Sat, Sep 13, 2003 @ Time: 1:12:22 PM
  • Constructor Details

    • FIFOExoCache

      public FIFOExoCache()
      Deprecated.
    • FIFOExoCache

      public FIFOExoCache(int maxSize)
      Deprecated.
    • FIFOExoCache

      public FIFOExoCache(String name, int maxSize)
      Deprecated.