Class NoopCodecCache<T>

  • Type Parameters:
    T - Codec type

    @Beta
    public final class NoopCodecCache<T>
    extends CodecCache<T>
    A no-operation codec cache. This class is thread-safe.
    Author:
    Robert Varga
    • Method Detail