Class CacheController
Inheritance
CacheController
Assembly: DotNetNuke.dll
Syntax
public class CacheController
Constructors
CacheController()
Declaration
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
RemovedPageIndexCallBack(string, object, CacheItemRemovedReason)
Declaration
public void RemovedPageIndexCallBack(string k, object v, CacheItemRemovedReason r)
Parameters
Extension Methods