| Package | Description |
|---|---|
| com.aliyun.odps.simpleframework.xml.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentCache<T>
The
ConcurrentCache interface is used to represent a
cache that will store key value pairs. |
class |
LimitedCache<T>
The
LimitedCache interface is used to represent a
cache that will store key value pairs. |
class |
WeakCache<T>
The
WeakCache object is an implementation of a cache
that holds on to cached items only if the key remains in memory. |
Copyright © 2022 Alibaba Cloud Computing. All rights reserved.