Home
last modified time | relevance | path

Searched refs:localCacheOne (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java2414 LocalCache<Object, Object> localCacheOne = one.localCache; in testSerializationProxyLoading() local
2417 assertEquals(localCacheOne.keyStrength, localCacheTwo.keyStrength); in testSerializationProxyLoading()
2418 assertEquals(localCacheOne.keyStrength, localCacheTwo.keyStrength); in testSerializationProxyLoading()
2419 assertEquals(localCacheOne.valueEquivalence, localCacheTwo.valueEquivalence); in testSerializationProxyLoading()
2420 assertEquals(localCacheOne.valueEquivalence, localCacheTwo.valueEquivalence); in testSerializationProxyLoading()
2421 assertEquals(localCacheOne.maxWeight, localCacheTwo.maxWeight); in testSerializationProxyLoading()
2422 assertEquals(localCacheOne.weigher, localCacheTwo.weigher); in testSerializationProxyLoading()
2423 assertEquals(localCacheOne.expireAfterAccessNanos, localCacheTwo.expireAfterAccessNanos); in testSerializationProxyLoading()
2424 assertEquals(localCacheOne.expireAfterWriteNanos, localCacheTwo.expireAfterWriteNanos); in testSerializationProxyLoading()
2425 assertEquals(localCacheOne.refreshNanos, localCacheTwo.refreshNanos); in testSerializationProxyLoading()
[all …]