SpecificationAttributeService

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Under DeleteSpecificationAttributeOption in Nop.Services -> Catalog -> SpecificationAttributeService.cs:

_cacheManager.RemoveByPattern(SPECIFICATIONATTRIBUTEOPTION_PATTERN_KEY);

is listed twice. Same with InsertSpecificationAttributeOption and UpdateSpecificationAttributeOption.

Shouldn't it be:

_cacheManager.RemoveByPattern(SPECIFICATIONATTRIBUTE_PATTERN_KEY);
_cacheManager.RemoveByPattern(SPECIFICATIONATTRIBUTEOPTION_PATTERN_KEY);

?
12 years ago
Sure. Thanks a lot!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.