Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Sombre (0.25 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/cache/DiskLruCache.kt

        /** True if this entry must be deleted when the current edit or read completes. */
        internal var zombie: Boolean = false
    
        /**
         * The ongoing edit or null if this entry is not being edited. When setting this to null the
         * entry must be removed if it is a zombie.
         */
        internal var currentEditor: Editor? = null
    
        /**
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 34.7K bytes
    - Viewed (0)
Back to top