Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 4 of 4) 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_concurrent_module/utils/src/
Dutils_js.ts34 private cache: SendableMap<Object, Object>; property in SendableLruCache
/commonlibrary/ets_utils/js_util_module/util/src/
Dutil_js.ts783 private cache: Map<Object | undefined, Object | undefined>; property in LruBuffer
991 private cache: Map<Object | undefined, Object | undefined>; property in LRUCache