Skip to content

/AWS1/CL_BDRCACHEPOINTBLOCK

Defines a section of content to be cached for reuse in subsequent API calls.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_type TYPE /AWS1/BDRCACHEPOINTTYPE /AWS1/BDRCACHEPOINTTYPE

Specifies the type of cache point within the CachePointBlock.

Optional arguments:

iv_ttl TYPE /AWS1/BDRCACHETTL /AWS1/BDRCACHETTL

Optional TTL duration for cache entries. When specified, enables extended TTL caching with the specified duration. When omitted, uses type value for caching behavior.


Queryable Attributes

type

Specifies the type of cache point within the CachePointBlock.

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

ttl

Optional TTL duration for cache entries. When specified, enables extended TTL caching with the specified duration. When omitted, uses type value for caching behavior.

Accessible with the following methods

Method Description
GET_TTL() Getter for TTL, with configurable default
ASK_TTL() Getter for TTL w/ exceptions if field has no value
HAS_TTL() Determine if TTL has a value