Interface DeploymentCache<T>
- All Known Implementing Classes:
 DefaultDeploymentCache,FullDeploymentCache,ProcessDefinitionInfoCache
public interface DeploymentCache<T>
Interface for cache implementations.
- Author:
 - Joram Barrez
 
- 
Method Summary
 
- 
Method Details
- 
get
 - 
contains
 - 
add
 - 
remove
 - 
clear
void clear() - 
getAll
Collection<T> getAll() - 
size
int size() 
 -