File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ private CacheBase InternalCache
47
47
throw new InvalidOperationException ( _isDestroyed ? "The cache has already been destroyed" : "The concrete cache is not defined" ) ;
48
48
return _cache ;
49
49
}
50
- set => _cache = value ;
51
50
}
52
51
53
52
// 6.0 TODO: remove
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ private CacheBase InternalCache
42
42
throw new InvalidOperationException ( _isDestroyed ? "The cache has already been destroyed" : "The concrete cache is not defined" ) ;
43
43
return _cache ;
44
44
}
45
- set => _cache = value ;
46
45
}
47
46
48
47
// 6.0 TODO: remove
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ private CacheBase InternalCache
66
66
throw new InvalidOperationException ( _isDestroyed ? "The cache has already been destroyed" : "The concrete cache is not defined" ) ;
67
67
return _cache ;
68
68
}
69
- set => _cache = value ;
70
69
}
71
70
72
71
// 6.0 TODO: remove
You can’t perform that action at this time.
0 commit comments