Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fit (0.14 sec)

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

        }
      }
    
      // Serialization Support
    
      /**
       * Serializes the configuration of a LocalCache, reconstituting it as a Cache using CacheBuilder
       * upon deserialization. An instance of this class is fit for use by the writeReplace of
       * LocalManualCache.
       *
       * <p>Unfortunately, readResolve() doesn't get called when a circular dependency is present, so
       * the proxy must be able to behave as the cache itself.
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 144.7K bytes
    - Viewed (0)
  2. guava/src/com/google/common/cache/LocalCache.java

        }
      }
    
      // Serialization Support
    
      /**
       * Serializes the configuration of a LocalCache, reconstituting it as a Cache using CacheBuilder
       * upon deserialization. An instance of this class is fit for use by the writeReplace of
       * LocalManualCache.
       *
       * <p>Unfortunately, readResolve() doesn't get called when a circular dependency is present, so
       * the proxy must be able to behave as the cache itself.
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 150.3K bytes
    - Viewed (0)
Back to top