5 lines
129 B
C#
5 lines
129 B
C#
|
|
using System.Runtime.CompilerServices;
|
||
|
|
using Umbraco.Extensions;
|
||
|
|
|
||
|
|
[assembly:TypeForwardedTo(typeof(DistributedCacheExtensions))]
|