Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DSimpleCache.java23 public class SimpleCache<K, V> implements ICUCache<K, V> { class
30 public SimpleCache() { in SimpleCache() method in SimpleCache
33 public SimpleCache(int cacheType) { in SimpleCache() method in SimpleCache
37 public SimpleCache(int cacheType, int initialCapacity) { in SimpleCache() method in SimpleCache