Class UserTransactionService
- Namespace
- Dynamicweb.Ecommerce.Loyalty
- Assembly
- Dynamicweb.Ecommerce.dll
public class UserTransactionService : ICacheStorage<int, IEnumerable<UserTransaction>>, ICacheStorage<int>, ICacheStorage
- Inheritance
-
UserTransactionService
- Implements
- Inherited Members
Constructors
UserTransactionService()
public UserTransactionService()
Methods
ClearCache()
Resets all keys to the default value for objects stored in the object cache
public void ClearCache()
ClearCache(IEnumerable<int>)
Resets the specified keys to the default value for objects stored in the object cache
public void ClearCache(IEnumerable<int> keys)
Parameters
keys
IEnumerable<int>Keys to reset
ClearCache(int)
Resets the specified key to the default value for objects stored in the object cache
public void ClearCache(int key)
Parameters
key
intKey to reset