Home
last modified time | relevance | path

Searched refs:MAX_CACHE_ENTRY_SIZE (Results 1 – 2 of 2) sorted by relevance

/dports/security/keybase/client-v5.7.1/shared/android/app/src/main/java/io/keybase/ossifrage/
H A DCustomBitmapMemoryCacheParamsSupplier.java21 private static final int MAX_CACHE_ENTRY_SIZE = Integer.MAX_VALUE; field in CustomBitmapMemoryCacheParamsSupplier
36 MAX_CACHE_ENTRY_SIZE); in get()
/dports/devel/libdap/libdap-3.20.8/
H A DHTTPCache.cc88 #define MAX_CACHE_ENTRY_SIZE 3 // 3M Max size of single cached entry macro
240 d_max_entry_size(MAX_CACHE_ENTRY_SIZE * MEGA), in HTTPCache()