Home
last modified time | relevance | path

Searched defs:MAX_DISK_CACHE_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/include/
H A Dlru_cache_disk_handler.h24 static constexpr const int MAX_DISK_CACHE_SIZE = 1024 * 1024 * 10; variable
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dlru_cache_disk_handler.h31 constexpr const int MAX_DISK_CACHE_SIZE = 1024 * 1024 * 10; variable