Searched defs:getWriteTime (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java2017 long writeTime = e.getWriteTime();
2030 long writeTime = e.getWriteTime();
2564 public long getWriteTime() { method in class:LocalCacheTest.DummyEntry
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java608 newEntry.setWriteTime(original.getWriteTime());
815 long getWriteTime(); method in interface:LocalCache.ReferenceEntry
894 public long getWriteTime() { method in class:LocalCache.NullEntry
975 public long getWriteTime() { method in class:LocalCache.AbstractReferenceEntry
1105 public long getWriteTime() { method in class:LocalCache.StrongEntry
1219 public long getWriteTime() { method in class:LocalCache.StrongWriteEntry
1306 public long getWriteTime() { method in class:LocalCache.StrongAccessWriteEntry
1392 public long getWriteTime() { method in class:LocalCache.WeakEntry
1508 public long getWriteTime() { method in class:LocalCache.WeakWriteEntry
1596 public long getWriteTime() { method in class:LocalCache.WeakAccessWriteEntry
[all...]

Completed in 84 milliseconds