Class LRUCache

java.lang.Object
sootup.core.cache.LRUCache
All Implemented Interfaces:
ClassCache

public class LRUCache extends Object implements ClassCache
Cache that implements a least recently used strategy. If the amount of stored classes exceeds a specified amount, the lest recently used class will be overwritten.