|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FIFODataContainer | |
|---|---|
| org.infinispan.container | |
| Uses of FIFODataContainer in org.infinispan.container |
|---|
| Subclasses of FIFODataContainer in org.infinispan.container | |
|---|---|
class |
LRUDataContainer
Based on the same techniques outlined in the FIFODataContainer, this implementation
additionally unlinks and re-links entries at the tail whenever entries are visited (using a get()) or are updated
(a put() on an existing key). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||