Navigation
API > API/Runtime > API/Runtime/PortalServices
Used to delineate which cache an entitlement check result was retrieved from.
| Name | EEntitlementCacheLevelRetrieved |
| Type | enum |
| Header File | /Engine/Source/Runtime/Portal/Services/Public/Account/IPortalUser.h |
| Include Path | #include "Account/IPortalUser.h" |
Syntax
enum EEntitlementCacheLevelRetrieved
{
None = 0,
Memory = 1,
Disk = 2,
}
Values
| Name | Remarks |
|---|---|
| None | |
| 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. |