Interface BindingNormalizedNodeCachingCodec<T extends BindingObject>

    • Method Detail

      • close

        void close()
        Invoking close will invalidate this codec and any of its child codecs and will invalidate cache. Any subsequent calls to this codec will fail with IllegalStateException thrown.
        Specified by:
        close in interface AutoCloseable