Class CachePageStatePersister
CachePageStatePersister provides a cache based page state peristence mechanism.
Inheritance
System.Object
CachePageStatePersister
Namespace: DotNetNuke.Framework
Assembly: DotNetNuke.dll
Syntax
public class CachePageStatePersister : PageStatePersister
Constructors
| Improve this Doc View SourceCachePageStatePersister(Page)
Initializes a new instance of the CachePageStatePersister class. Creates the CachePageStatePersister.
Declaration
public CachePageStatePersister(Page page)
Parameters
Type | Name | Description |
---|---|---|
Page | page |
Methods
| Improve this Doc View SourceLoad()
Loads the Page State from the Cache.
Declaration
public override void Load()
Save()
Saves the Page State to the Cache.
Declaration
public override void Save()