IContextCache IContextCache.GetContextNodes(ContextType contextType, InputType inputType)
 {
     return(CacheBase.GetContextNodes(this, contextType, inputType));
 }