コード例 #1
0
ファイル: CachingTests.cs プロジェクト: nuxleus/flexwikicore
 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
ファイル: ScopeTests.cs プロジェクト: nuxleus/flexwiki
		string FormattedTopic(string topic)
		{
			AbsoluteTopicName tn = new AbsoluteTopicName(topic);
			CompositeCacheRule rule = new CompositeCacheRule();
			return Formatter.FormattedTopic(tn, OutputFormat.Testing, false, TheFederation, _lm, rule);
		}