OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toLocalCache
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/test/com/google/common/cache/
CacheTesting.java
94
LocalCache<K, V> map =
toLocalCache
(cache);
103
LocalCache<K, V> map =
toLocalCache
(cache);
113
static <K, V> LocalCache<K, V>
toLocalCache
(Cache<K, V> cache) {
123
* {@link #
toLocalCache
} without throwing an exception.
131
LocalCache<?, ?> map =
toLocalCache
(cache);
149
drainReferenceQueues(
toLocalCache
(cache));
169
LocalCache<?, ?> map =
toLocalCache
(cache);
185
checkValidState(
toLocalCache
(cache));
215
checkExpiration(
toLocalCache
(cache));
276
checkEviction(
toLocalCache
(cache))
[
all
...]
CacheBuilderTest.java
89
LocalCache<?, ?> map = CacheTesting.
toLocalCache
(cache);
103
LocalCache<?, ?> map = CacheTesting.
toLocalCache
(cache);
141
LocalCache<?, ?> map = CacheTesting.
toLocalCache
(cache);
614
LocalCache<?, ?> map = CacheTesting.
toLocalCache
(cache);
Completed in 184 milliseconds