Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getWriteTime (0.09 sec)

  1. android/guava/src/com/google/common/cache/ReferenceEntry.java

       * expired from the head of the list.
       */
    
      @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. */
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jun 15 18:00:07 UTC 2021
    - 3.5K bytes
    - Viewed (0)
Back to top