Home | History | Annotate | Download | only in cache

Lines Matching refs:caches

46  * {@link LoadingCache} tests that deal with caches that actually contain some key-value mappings.
58 for (LoadingCache<Object, Object> cache : caches()) {
68 for (LoadingCache<Object, Object> cache : caches()) {
84 for (LoadingCache<Object, Object> cache : caches()) {
107 for (LoadingCache<Object, Object> cache : caches()) {
128 for (LoadingCache<Object, Object> cache : caches()) {
142 for (LoadingCache<Object, Object> cache : caches()) {
163 for (LoadingCache<Object, Object> cache : caches()) {
178 for (LoadingCache<Object, Object> cache : caches()) {
194 for (LoadingCache<Object, Object> cache : caches()) {
222 for (LoadingCache<Object, Object> cache : caches()) {
247 for (LoadingCache<Object, Object> cache : caches()) {
275 for (LoadingCache<Object, Object> cache : caches()) {
295 * Most of the tests in this class run against every one of these caches.
297 private Iterable<LoadingCache<Object, Object>> caches() {