Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/cache/
DLocalCache.java613 newEntry.setWriteTime(original.getWriteTime()); in copyWriteEntry()
823 long getWriteTime(); in getWriteTime() method
902 public long getWriteTime() { in getWriteTime() method in LocalCache.NullEntry
983 public long getWriteTime() { in getWriteTime() method in LocalCache.AbstractReferenceEntry
1161 public long getWriteTime() { in getWriteTime() method in LocalCache.StrongWriteEntry
1247 public long getWriteTime() { in getWriteTime() method in LocalCache.StrongAccessWriteEntry
1338 public long getWriteTime() { in getWriteTime() method in LocalCache.WeakEntry
1452 public long getWriteTime() { in getWriteTime() method in LocalCache.WeakWriteEntry
1539 public long getWriteTime() { in getWriteTime() method in LocalCache.WeakAccessWriteEntry
1913 && (now - entry.getWriteTime() >= expireAfterWriteNanos)) { in isExpired()
[all …]
/external/guava/guava-tests/test/com/google/common/cache/
DCacheTesting.java235 assertTrue(prev.getWriteTime() <= current.getWriteTime()); in checkExpiration()
DLocalCacheTest.java2104 long writeTime = e.getWriteTime(); in checkExpirationTimes()
2117 long writeTime = e.getWriteTime(); in checkExpirationTimes()
2651 public long getWriteTime() { in getWriteTime() method in LocalCacheTest.DummyEntry