| Package | Description |
|---|---|
| org.gridgain.grid.cache.eviction.random |
Contains cache randomized eviction policy implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheRandomEvictionPolicy<K,V>
Cache eviction policy which will select random cache entry for eviction if cache
size exceeds the
GridCacheRandomEvictionPolicy.getMaxSize() parameter. |
Copyright © 2014. All rights reserved.