Skip to content

Commit

Permalink
Fixed typo in cache key prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
skoshelev committed May 8, 2020
1 parent 3710c04 commit 9e42e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Libraries/Nop.Services/Catalog/NopCatalogDefaults.cs
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ public static partial class NopCatalogDefaults
/// <remarks>
/// {0} : product ID
/// </remarks>
public static string ProductSpecificationAttributeAllByProductPrefixCacheKey => "Nop.Nop.productspecificationattribute.allbyproductid-{0}";
public static string ProductSpecificationAttributeAllByProductPrefixCacheKey => "Nop.productspecificationattribute.allbyproductid-{0}";

/// <summary>
/// Key for specification attributes caching (product details page)
Expand Down

0 comments on commit 9e42e42

Please sign in to comment.