Uses of Interface
wt.rule.RuleCache

Packages that use RuleCache
com.ptc.core.rule.server.delegate.selector   
wt.rule Uses the RuleService (and server-side-only RuleServiceSvr to manage the definition and application of Rules. 
wt.rule.impl   
wt.rule.init   
 

Uses of RuleCache in com.ptc.core.rule.server.delegate.selector
 

Classes in com.ptc.core.rule.server.delegate.selector that implement RuleCache
static class TypeBasedCompositeRuleSelector.Cache
          A cache for type based rules.
 

Uses of RuleCache in wt.rule
 

Classes in wt.rule that implement RuleCache
 class AbstractRuleCache
          An abstract implementation of RuleCache that extends CacheManager and provides some default implementations for the RuleCache interface methods.
 

Methods in wt.rule with parameters of type RuleCache
 void RuleServiceSvr.addCache(RuleCache cache, RuleType ruleType)
          Add a CacheManager to the list of caches managed by this service for the specified RuleType.
 

Uses of RuleCache in wt.rule.impl
 

Classes in wt.rule.impl that implement RuleCache
 class StandardRuleService
          The standard implementation of the RuleService interface.
 

Methods in wt.rule.impl with parameters of type RuleCache
 void StandardRuleService.addCache(RuleCache cache, RuleType ruleType)
          Add a CacheManager to the list of caches managed by this service for the specified RuleType.
 

Uses of RuleCache in wt.rule.init
 

Classes in wt.rule.init that implement RuleCache
static class StandardInitRuleEvalService.Cache
          A cache for parsed rules.