Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ForwardingCache (0.18 seconds)

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

       * the proxy must be able to behave as the cache itself.
       */
      private static class ManualSerializationProxy<K, V> extends ForwardingCache<K, V>
          implements Serializable {
        @GwtIncompatible @J2ktIncompatible private static final long serialVersionUID = 1;
    
        final Strength keyStrength;
        final Strength valueStrength;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 143.5K bytes
    - Click Count (0)
  2. guava/src/com/google/common/cache/LocalCache.java

       * the proxy must be able to behave as the cache itself.
       */
      private static class ManualSerializationProxy<K, V> extends ForwardingCache<K, V>
          implements Serializable {
        @GwtIncompatible @J2ktIncompatible private static final long serialVersionUID = 1;
    
        final Strength keyStrength;
        final Strength valueStrength;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 148.9K bytes
    - Click Count (0)
Back to Top