Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for ACTIVITIES (0.25 seconds)

  1. guava/src/com/google/common/cache/Cache.java

       */
      @J2ktIncompatible // Thread safety complexity
      ConcurrentMap<K, V> asMap();
    
      /**
       * Performs any pending maintenance operations needed by the cache. Exactly which activities are
       * performed -- if any -- is implementation-dependent.
       */
      void cleanUp();
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 03 12:40:22 GMT 2026
    - 8K bytes
    - Click Count (0)
  2. architecture/standards/0010-gradle-properties-naming.md

    Internal properties are **unstable properties**: they CAN be renamed or removed without notice.
    They are not intended for general use.
    While they can be helpful in isolated cases of troubleshooting, they are intended mostly for testing or other activities within Gradle development.
    The behavior behind the internal property can change at any time and without notice.
    Internal properties MUST NOT be documented in public documentation.
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 06 09:25:54 GMT 2026
    - 8K bytes
    - Click Count (0)
  3. android/guava/src/com/google/common/cache/Cache.java

       * Guava to fix them until Guava is ready to <i>require</i> Java 8 for all users.
       */
      ConcurrentMap<K, V> asMap();
    
      /**
       * Performs any pending maintenance operations needed by the cache. Exactly which activities are
       * performed -- if any -- is implementation-dependent.
       */
      void cleanUp();
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Dec 22 03:38:46 GMT 2024
    - 8.3K bytes
    - Click Count (0)
Back to Top