Package | Description |
---|---|
org.apache.commons.jcs.auxiliary.disk.indexed |
Modifier and Type | Method and Description |
---|---|
protected void |
IndexedDiskCache.addToRecycleBin(IndexedDiskElementDescriptor ded)
Add descriptor to recycle bin if it is not null.
|
protected boolean |
IndexedDiskCache.checkForDedOverlaps(IndexedDiskElementDescriptor[] sortedDescriptors)
Detects any overlapping elements.
|
int |
IndexedDiskCache.PositionComparator.compare(IndexedDiskElementDescriptor o1,
IndexedDiskElementDescriptor o2)
Compares two descriptors based on position.
|
int |
IndexedDiskElementDescriptor.compareTo(IndexedDiskElementDescriptor o)
Compares based on length.
|
protected void |
IndexedDiskCache.LRUMap.processRemovedLRU(K key,
IndexedDiskElementDescriptor value)
This is called when the may key size is reached.
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.