Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_json/src/reader/
Dio_reader.rs36 cache: Option<Cache>, field
41 cache: Vec<u8>, field
193 let mut cache = Cache::new(); in start_caching() localVariable
Dslice_reader.rs28 cache: Option<Cache>, // A cache for storing accumulated characters. field
/commonlibrary/ets_utils/js_util_module/util/src/
Dutil_js.ts763 private cache: Map<Object | undefined, Object | undefined>; property in LruBuffer
971 private cache: Map<Object | undefined, Object | undefined>; property in LRUCache