- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setWriteTime (0.07 sec)
-
android/guava/src/com/google/common/cache/ReferenceEntry.java
@SuppressWarnings("GoodTime") /** Returns the time that this entry was last written, in ns. */ long getWriteTime(); /** Sets the entry write time in ns. */ @SuppressWarnings("GoodTime") // b/122668874 void setWriteTime(long time); /** Returns the next entry in the write queue. */ ReferenceEntry<K, V> getNextInWriteQueue(); /** Sets the next entry in the write queue. */
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jun 15 18:00:07 UTC 2021 - 3.5K bytes - Viewed (0)