Show / Hide Table of Contents

Class CacheController

Inheritance
object
CacheController
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Urls
Assembly: DotNetNuke.dll
Syntax
public class CacheController

Constructors

CacheController()

Declaration
public CacheController()

Methods

FlushFriendlyUrlSettingsFromCache()

Declaration
public static void FlushFriendlyUrlSettingsFromCache()

FlushPageIndexFromCache()

Declaration
public static void FlushPageIndexFromCache()

GetPortal(int, bool)

Declaration
public static PortalInfo GetPortal(int portalId, bool exceptionOnNull)
Parameters
Type Name Description
int portalId
bool exceptionOnNull
Returns
Type Description
PortalInfo

RemovedPageIndexCallBack(string, object, CacheItemRemovedReason)

Declaration
public void RemovedPageIndexCallBack(string k, object v, CacheItemRemovedReason r)
Parameters
Type Name Description
string k
object v
CacheItemRemovedReason r

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS