Interface DeploymentCache<T>

  • All Known Implementing Classes:
    DefaultDeploymentCache

    public interface DeploymentCache<T>
    Interface for cache implementations.
    • Method Detail

      • contains

        boolean contains​(String id)
      • add

        void add​(String id,
                 T object)
      • remove

        void remove​(String id)
      • clear

        void clear()