public class FullDeploymentCache<T> extends Object implements DeploymentCache<T>
| Constructor and Description |
|---|
FullDeploymentCache()
Cache with no limit
|
public T get(String id)
get in interface DeploymentCache<T>public void add(String id, T obj)
add in interface DeploymentCache<T>public void remove(String id)
remove in interface DeploymentCache<T>public boolean contains(String id)
contains in interface DeploymentCache<T>public void clear()
clear in interface DeploymentCache<T>public Collection<T> getAll()
getAll in interface DeploymentCache<T>public int size()
size in interface DeploymentCache<T>Copyright © 2021 Flowable. All rights reserved.