| Package | Description |
|---|---|
| org.gridgain.grid.cache |
Contains main Data Grid APIs.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> GridCacheEvictionFilter<K,V> |
GridCacheConfiguration.getEvictionFilter()
Gets eviction filter to specify which entries should not be evicted
(except explicit evict by calling
GridCacheEntry.evict()). |
| Modifier and Type | Method and Description |
|---|---|
<K,V> void |
GridCacheConfiguration.setEvictionFilter(GridCacheEvictionFilter<K,V> evictFilter)
Sets eviction filter.
|
Copyright © 2014. All rights reserved.