See: Description
Class | Description |
---|---|
FifoCache<K,V> |
Implementation of
Cache that uses a FIFO list that removes the oldest (first) entry as an eviction policy. |
FifoEntry<T> |
Represents an entry in a linked list that can store a value.
|
FifoList<T> |
Represents a FIFO (First-In First-Out) list.
|
Copyright © 2016 Egothor. All Rights Reserved.