18.2.16 Enumeration CacheType
- Organization of this subsection
(1) Description
This enumeration represents the cache types. For details about the cache types, see 2.3.1 Cache types.
(2) Enumeration name
com.hitachi.software.xeads.common.CacheType
(3) Format
public enum CacheType {
MEMORY,
DISK,
TWOWAY
}
(4) Enumeration literals
|
Literal |
Description |
|---|---|
|
MEMORY |
Memory cache |
|
DISK |
Disk cache |
|
TWOWAY |
Two-way cache |