示例#1
0
 public DecisionDefinitionCache(CacheFactory factory, int cacheCapacity, CacheDeployer cacheDeployer) : base(factory, cacheCapacity, cacheDeployer)
 {
 }
示例#2
0
 public ResourceDefinitionCache(CacheFactory factory, int cacheCapacity, CacheDeployer cacheDeployer)
 {
     this.cache         = factory.createCache(cacheCapacity);
     this.cacheDeployer = cacheDeployer;
 }
示例#3
0
 public ProcessDefinitionCache(CacheFactory factory, int cacheCapacity, CacheDeployer cacheDeployer) : base(factory, cacheCapacity, cacheDeployer)
 {
 }
示例#4
0
 public CallableAnonymousInnerClass2(CacheDeployer outerInstance, DeploymentEntity deployment)
 {
     this.outerInstance = outerInstance;
     this.deployment    = deployment;
 }