Navigation
API > API/Runtime > API/Runtime/PortalServices
The available options for the different levels of caches available when requesting information about user entitlements.
Disk cache level includes Memory cache level.
| Name | EEntitlementCacheLevelRequest |
| Type | enum |
| Header File | /Engine/Source/Runtime/Portal/Services/Public/Account/IPortalUser.h |
| Include Path | #include "Account/IPortalUser.h" |
Syntax
enum EEntitlementCacheLevelRequest
{
Memory = 1,
Disk = 2,
}
Values
| Name | Remarks |
|---|---|
| Memory | Allow reference to entitlements cached in-memory for this session of the portal. |
| Disk | Allow reference to entitlements cached on disk between sessions of the portal. |