| Methods in org.sonar.batch.index that return Cache |
Cache<V> |
Cache.clear(Object key)
Removes everything in the specified group. |
Cache<V> |
Cache.clear(Object[] key)
|
Cache<V> |
Cache.clear(Object firstKey,
Object secondKey)
|
Cache<V> |
Cache.clear(Object firstKey,
Object secondKey,
Object thirdKey)
|
|
Caches.createCache(String cacheName)
|
Cache<V> |
Cache.put(Object[] key,
V value)
|
Cache<V> |
Cache.put(Object firstKey,
Object secondKey,
Object thirdKey,
V value)
|
Cache<V> |
Cache.put(Object firstKey,
Object secondKey,
V value)
|
Cache<V> |
Cache.put(Object key,
V value)
|