Home
last modified time | relevance | path

Searched refs:Cache (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_json/src/reader/
H A Dslice_reader.rs28 cache: Option<Cache>, // A cache for storing accumulated characters.
33 struct Cache(usize); structure names
107 self.cache = Some(Cache(self.index)); in start_caching()
H A Dio_reader.rs36 cache: Option<Cache>,
40 struct Cache { structure names
45 impl Cache { impls
46 /// Create a new `Cache`.
193 let mut cache = Cache::new(); in start_caching()

Completed in 3 milliseconds