|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FifoEntry | |
|---|---|
| org.egothor.cache.fifo | Provides classes that help implementing a cache using FIFO algorithm as an eviction policy. |
| Uses of FifoEntry in org.egothor.cache.fifo |
|---|
| Fields in org.egothor.cache.fifo declared as FifoEntry | |
|---|---|
protected FifoEntry<T> |
FifoEntry.next
Entry that is next after this entry in a linked list. |
protected FifoEntry<T> |
FifoEntry.prev
Entry that precedes this entry in a linked list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||