Package deltix.qsrv.hf.codec.cg
Class CodecCache
- java.lang.Object
-
- deltix.qsrv.hf.codec.cg.CodecCache
-
public final class CodecCache extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CodecCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCodec(CodecCacheKey key, CodecCacheValue value)
void
cleanNotCompiledClasses()
CodecCacheValue
getCodec(CodecCacheKey key)
deltix.util.collections.generated.ObjectArrayList
getNotCompiledClasses()
-
-
-
Method Detail
-
getCodec
public CodecCacheValue getCodec(CodecCacheKey key)
-
addCodec
public void addCodec(CodecCacheKey key, CodecCacheValue value)
-
cleanNotCompiledClasses
public void cleanNotCompiledClasses()
-
getNotCompiledClasses
public deltix.util.collections.generated.ObjectArrayList getNotCompiledClasses()
-
-