Class WindowCache.Entry

  • Enclosing class:
    WindowCache

    private static class WindowCache.Entry
    extends java.lang.Object
    • Field Detail

      • dead

        volatile boolean dead
        Marked true when ref.get() returns null and the ref is dead.

        A true here indicates that the ref is no longer accessible, and that we therefore need to eventually purge this Entry object out of the bucket's chain.

    • Method Detail

      • kill

        final void kill()