Interface DeploymentCache<T>

  • All Known Implementing Classes:
    DefaultDeploymentCache

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

      • get

        T get​(java.lang.String id)
      • contains

        boolean contains​(java.lang.String id)
      • add

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

        void remove​(java.lang.String id)
      • clear

        void clear()