Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dapi_cache_manager.cpp35 constexpr size_t defaultCacheSize = 8; in AddCacheApi() local
41 …auto obj = new ExpireLruCache<std::vector<uint8_t>, std::vector<uint8_t>> (defaultCacheSize, expir… in AddCacheApi()