Class ShopCacheChangedSubscriber
- Namespace
- Dynamicweb.Ecommerce.Frontend
- Assembly
- Dynamicweb.Ecommerce.dll
[Subscribe("DWN_SHOPS_AfterClearCache")]
public class ShopCacheChangedSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
- Inheritance
-
Shop
Cache Changed Subscriber
- Implements
- Inherited Members
Properties
Rank
Gets the rank.
Property Value
- int
The rank.
Remarks
The subscriber with the highest rank will be notified last
Methods
OnNotify(string, NotificationArgs)
Call to invoke observer.
Parameters
notification
stringThe notification.
args
NotificationArgs The args.