Home
last modified time | relevance | path

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

/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DLocalCache.java307 private long accessTimestamp; field in LocalCache.Timestamped
313 this.accessTimestamp = this.writeTimestamp; in Timestamped()
321 accessTimestamp = ticker.read(); in updateTimestamp()
325 return accessTimestamp; in getAccessTimestamp()