Class LazyCodecCache<T>


  • @Beta
    public final class LazyCodecCache<T>
    extends CodecCache<T>
    Lazily-populated CodecCache. This is a non-thread-safe factory, which performs caching of codecs. It is most appropriate for one-off encodings of repetitive data.
    Author:
    Robert Varga
    • Constructor Detail

      • LazyCodecCache

        public LazyCodecCache()