Uses of Class
org.sonar.batch.index.Cache

Packages that use Cache
org.sonar.batch.index   
 

Uses of Cache in org.sonar.batch.index
 

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)
           
<V> Cache<V>
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)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.