public class CacheVo extends Object implements Serializable
| Constructor and Description |
|---|
CacheVo() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCompressedBytes() |
byte[] |
getInitBytes() |
String |
getPath() |
void |
setCompressedBytes(byte[] compressedBytes) |
void |
setInitBytes(byte[] initBytes) |
void |
setPath(String path) |
public String getPath()
public void setPath(String path)
public byte[] getInitBytes()
public void setInitBytes(byte[] initBytes)
public byte[] getCompressedBytes()
public void setCompressedBytes(byte[] compressedBytes)
Copyright © 2021. All rights reserved.