public interface ICacheAccessor
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the cache
|
byte[] |
read()
Reads cache data
|
void |
write(byte[] data)
Writes cache data
|
Copyright © 2020. All rights reserved.