Class SharedCodecCache<T>

java.lang.Object
org.opendaylight.yangtools.yang.data.util.codec.CodecCache<T>
org.opendaylight.yangtools.yang.data.util.codec.SharedCodecCache<T>

@Beta public final class SharedCodecCache<T> extends CodecCache<T>
A thread-safe lazily-populated codec cache. Instances are cached in an internal weak/soft cache.
Author:
Robert Varga
  • Constructor Details

    • SharedCodecCache

      public SharedCodecCache()
  • Method Details