public interface ContextBackend
boolean exists(String key) throws Exception
Exceptionbyte[] get(String key) throws Exception
key - keyExceptionvoid put(String key, byte[] value) throws Exception
key - keyvalue - contentExceptionCopyright © 2022. All rights reserved.