public interface Cache
void put(String id, Object resource)
id - the id of the resourceresource - the resource to cacheObject get(String id)
id - the id of the resourcevoid destroy()
Copyright © 2018 camunda services GmbH. All rights reserved.