File tree Expand file tree Collapse file tree 3 files changed +1
-15
lines changed Expand file tree Collapse file tree 3 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Collections . Generic ;
3
- using System . Linq ;
4
- using System . Text ;
5
- using System . Threading . Tasks ;
6
-
7
- namespace Our . Umbraco . TagHelpers . CacheKeys
1
+ namespace Our . Umbraco . TagHelpers . CacheKeys
8
2
{
9
3
public static class CacheKeyConstants
10
4
{
Original file line number Diff line number Diff line change 1
1
using Our . Umbraco . TagHelpers . Notifications ;
2
- using System ;
3
- using System . Collections . Generic ;
4
- using System . Linq ;
5
- using System . Text ;
6
- using System . Threading . Tasks ;
7
2
using Umbraco . Cms . Core . Composing ;
8
3
using Umbraco . Cms . Core . DependencyInjection ;
9
4
using Umbraco . Cms . Core . Notifications ;
Original file line number Diff line number Diff line change 2
2
using Microsoft . AspNetCore . Razor . TagHelpers ;
3
3
using Our . Umbraco . TagHelpers . CacheKeys ;
4
4
using System ;
5
- using System . Collections . Generic ;
6
- using System . Linq ;
7
- using System . Text ;
8
5
using System . Text . Encodings . Web ;
9
6
using System . Threading . Tasks ;
10
7
using Umbraco . Cms . Core ;
You can’t perform that action at this time.
0 commit comments