private void ExpireTags(Guid libraryId)
 {
     cacheService.RemoveByTags(new[] { Tag(libraryId), Documents.Tag(libraryId), ListItems.Tag(libraryId) }, CacheScope.Context | CacheScope.Process);
 }
示例#2
0
 public void ExpireTags(Guid applicationId)
 {
     cacheService.RemoveByTags(new[] { Tag(applicationId), Documents.Tag(applicationId) }, CacheScope.Context | CacheScope.Process);
 }