Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/cache/
DLocalCache.java815 long getWriteTime(); in getWriteTime() method
894 public long getWriteTime() { in getWriteTime() method in LocalCache.NullEntry
975 public long getWriteTime() { in getWriteTime() method in LocalCache.AbstractReferenceEntry
1105 public long getWriteTime() { in getWriteTime() method in LocalCache.StrongEntry
1219 public long getWriteTime() { in getWriteTime() method in LocalCache.StrongWriteEntry
1306 public long getWriteTime() { in getWriteTime() method in LocalCache.StrongAccessWriteEntry
1392 public long getWriteTime() { in getWriteTime() method in LocalCache.WeakEntry
1508 public long getWriteTime() { in getWriteTime() method in LocalCache.WeakWriteEntry
1596 public long getWriteTime() { in getWriteTime() method in LocalCache.WeakAccessWriteEntry
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java2564 public long getWriteTime() { in getWriteTime() method in LocalCacheTest.DummyEntry