| Package | Description |
|---|---|
| org.egothor.cache.fifo |
Provides classes that help implementing a cache using FIFO algorithm as an eviction policy.
|
| org.egothor.cache.lru |
Provides classes that help implementing a cache using LRU algorithm as an eviction policy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FifoList<T>
Represents a FIFO (First-In First-Out) list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LruList<T>
Represents a LRU (Least Recently Used) list.
|
Copyright © 2016 Egothor. All Rights Reserved.