Class GroupFacetService
- Namespace
- Dynamicweb.Ecommerce.Products
- Assembly
- Dynamicweb.Ecommerce.dll
public class GroupFacetService : ICacheStorage<string, IList<GroupFacet>>, ICacheStorage<string>, ICacheStorage
- Inheritance
-
GroupFacetService
- Implements
- Inherited Members
Properties
Info
Information about the object cache
public CacheInformation Info { get; }
Property Value
Methods
ClearCache()
Resets all keys to the default value for objects stored in the object cache
public void ClearCache()
ClearCache(IEnumerable<string>)
Resets the specified keys to the default value for objects stored in the object cache
public void ClearCache(IEnumerable<string> keys)
Parameters
keysIEnumerable<string>Keys to reset
ClearCache(string)
Resets the specified key to the default value for objects stored in the object cache
public void ClearCache(string key)
Parameters
keystringKey to reset
DeleteGroupFacet(GroupFacet)
public virtual void DeleteGroupFacet(GroupFacet groupFacet)
Parameters
groupFacetGroupFacet
DeleteGroupFacet(string, string, string)
public virtual void DeleteGroupFacet(string groupId, string repositoryName, string facetGroupName)
Parameters
DeleteGroupFacets(Group)
public virtual void DeleteGroupFacets(Group group)
Parameters
groupGroup
GetAlteredGroupFacets(string)
public virtual IEnumerable<GroupFacet> GetAlteredGroupFacets(string groupId)
Parameters
groupIdstring
Returns
SaveGroupFacet(GroupFacet)
public virtual void SaveGroupFacet(GroupFacet groupFacet)
Parameters
groupFacetGroupFacet
SetCacheType<TObjectCache>()
Changes the storage container
public void SetCacheType<TObjectCache>() where TObjectCache : ServiceCache<string, IList<GroupFacet>>
Type Parameters
TObjectCache