All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.eviction.EvictionStrategy Maven / Gradle / Ivy

Go to download

Blazegraph Modifications to the LGPL utils. This are forked from a version under LGPLv2.1.

There is a newer version: 2.1.4
Show newest version
package org.infinispan.eviction;

/**
 * Supported eviction strategies
 *
 * @author Manik Surtani
 * @since 4.0
 */
public enum EvictionStrategy {
   NONE, FIFO, LRU
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy