Interface Cache<K,​T>


  • public interface Cache<K,​T>
    This is Cache interface for virtualan.
    Author:
    Elan Thangamani
    • Method Detail

      • readAll

        java.util.Map<K,​T> readAll()
      • update

        void update​(K key,
                    T mock)
      • remove

        void remove​(K key)
      • readById

        T readById​(K id)