Table of Contents

Class DomainService

Namespace
Dynamicweb.Content
Assembly
Dynamicweb.dll
public class DomainService : ICacheStorage<string, AreaDomainRelationSet>, ICacheStorage<string>, ICacheStorage
Inheritance
DomainService
Implements
Inherited Members

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

keys IEnumerable<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

key string
Key to reset

GetCache(IEnumerable<string>)

public IEnumerable<AreaDomainRelationSet> GetCache(IEnumerable<string> keys)

Parameters

keys IEnumerable<string>

Returns

IEnumerable<AreaDomainRelationSet>

GetCache(string)

public AreaDomainRelationSet GetCache(string key)

Parameters

key string

Returns

AreaDomainRelationSet
To top