Enumerate the available Cache regions.
Namespace:
Mindroute.Core.CachingAssembly: Mindroute.Core (in Mindroute.Core.dll) Version: 1.0.0.0 (1.0.0)
Syntax
| C# |
|---|
public enum CacheRegion |
| Visual Basic (Declaration) |
|---|
Public Enumeration CacheRegion |
Members
| Member name | Description | |
|---|---|---|
| None |
No cache region.
| |
| Content |
Sets cache region to Content.
| |
| ContentType |
Sets cache region to ContentType.
| |
| Comment |
Sets cache region to Comment.
| |
| Extension |
Sets cache region to Extension.
| |
| Permission |
Sets cache region to Permission.
| |
| Taxonomy |
Sets cache region to Taxonomy.
| |
| Setting |
Sets cache region to Setting.
| |
| Site |
Sets cache region to Site.
| |
| User |
Sets cache region to User.
| |
| Role |
Sets cache region to Role.
| |
| Dashboard |
Sets cache region to Dashboard.
|