Interface ConnectionCache


  • public interface ConnectionCache
    Interface for a cache of connections. It's intended for mapping connections to executing threads.
    Author:
    Luis Barreiro
    • Method Detail

      • none

        static ConnectionCache none()
        An implementation that does not cache.
      • put

        void put​(Acquirable acquirable)
        Cache an acquirable object on this cache.
      • reset

        void reset()
        Reset the cache.