/AWS1/CL_FNTCACHEPOLICYSUMMARY¶
Contains a cache policy.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/FNTCACHEPOLICYTYPE /AWS1/FNTCACHEPOLICYTYPE¶
The type of cache policy, either
managed(created by Amazon Web Services) orcustom(created in this Amazon Web Services account).
io_cachepolicy TYPE REF TO /AWS1/CL_FNTCACHEPOLICY /AWS1/CL_FNTCACHEPOLICY¶
The cache policy.
Queryable Attributes¶
Type¶
The type of cache policy, either
managed(created by Amazon Web Services) orcustom(created in this Amazon Web Services account).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
CachePolicy¶
The cache policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CACHEPOLICY() |
Getter for CACHEPOLICY |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CACHEPOLICYSUMMARYLIST¶
TYPES TT_CACHEPOLICYSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNTCACHEPOLICYSUMMARY WITH DEFAULT KEY
.