public class FileSystemCachingValueSetDefinitionCompilerDecorator extends AbstractCachingValueSetDefinitionCompilerDecorator
Modifier and Type | Field and Description |
---|---|
static int |
MAX_IN_CACHE |
Constructor and Description |
---|
FileSystemCachingValueSetDefinitionCompilerDecorator(ValueSetDefinitionCompiler delegate,
VSDServiceHelper vsdServiceHelper)
Instantiates a new caching value set definition compiler decorator.
|
Modifier and Type | Method and Description |
---|---|
protected void |
persistCodedNodeSet(java.lang.String md5,
CodedNodeSet cns)
Persist coded node set.
|
protected CodedNodeSet |
retrieveCodedNodeSet(java.lang.String md5)
Retrieve coded node set.
|
compileValueSetDefinition
public FileSystemCachingValueSetDefinitionCompilerDecorator(ValueSetDefinitionCompiler delegate, VSDServiceHelper vsdServiceHelper)
delegate
- the delegateprotected void persistCodedNodeSet(java.lang.String md5, CodedNodeSet cns)
persistCodedNodeSet
in class AbstractCachingValueSetDefinitionCompilerDecorator
md5
- the md5cns
- the cnsjava.lang.Exception
- the exceptionprotected CodedNodeSet retrieveCodedNodeSet(java.lang.String md5)
retrieveCodedNodeSet
in class AbstractCachingValueSetDefinitionCompilerDecorator
md5
- the md5java.lang.Exception
- the exception