Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/
H A Dcache_config.h55 struct CacheUnit { struct
61 CacheUnit() : cacheUser_(USER_MAX_COUNT), minLength_(CACHE_UNIT_MAX_KBS) {} in CacheUnit() function
62 CacheUnit(CacheUser user, uint8_t length) : cacheUser_(user), minLength_(length) {} in CacheUnit() function