Пример #1
0
 private CacheRule GetCacheRuleForTopic(string topic)
 {
     AbsoluteTopicName tn = new AbsoluteTopicName(topic);
     CompositeCacheRule rule = new CompositeCacheRule();
     Formatter.FormattedTopic(tn, OutputFormat.Testing, null, Federation, _lm, rule);
     return rule;
 }
Пример #2
0
		string FormattedTopic(string topic)
		{
			AbsoluteTopicName tn = new AbsoluteTopicName(topic);
			CompositeCacheRule rule = new CompositeCacheRule();
			return Formatter.FormattedTopic(tn, OutputFormat.Testing, false, TheFederation, _lm, rule);
		}