Fix NuCache spelling

This commit is contained in:
nzdev
2020-08-04 18:03:08 +12:00
parent d4276dff58
commit 451eacf7cb
6 changed files with 9 additions and 9 deletions

View File

@@ -9,9 +9,9 @@ namespace Umbraco.Web.PublishedCache.NuCache.DataSource
{
public class AppSettingsNuCachePropertyMapFactory : INuCachePropertyOptionsFactory
{
public NucachePropertyOptions GetNuCachePropertyOptions()
public NuCachePropertyOptions GetNuCachePropertyOptions()
{
NucachePropertyOptions options = new NucachePropertyOptions
NuCachePropertyOptions options = new NuCachePropertyOptions
{
PropertyMap = GetPropertyMap(),
LZ4CompressionLevel = K4os.Compression.LZ4.LZ4Level.L10_OPT,