Interface DeploymentCache<T>
- All Known Implementing Classes:
DefaultDeploymentCache
public interface DeploymentCache<T>
Interface for cache implementations.
-
Method Summary
-
Method Details
-
get
-
contains
-
add
-
remove
-
clear
void clear()
-
DefaultDeploymentCache