Skip to content

/AWS1/CL_BDRCACHEDETAIL

Cache creation metrics for a specific TTL duration

CONSTRUCTOR

IMPORTING

Required arguments:

iv_ttl TYPE /AWS1/BDRCACHETTL /AWS1/BDRCACHETTL

TTL duration for these cached tokens

iv_inputtokens TYPE /AWS1/BDRINTEGER /AWS1/BDRINTEGER

Number of tokens written to cache with this TTL (cache creation tokens)


Queryable Attributes

ttl

TTL duration for these cached tokens

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

inputTokens

Number of tokens written to cache with this TTL (cache creation tokens)

Accessible with the following methods

Method Description
GET_INPUTTOKENS() Getter for INPUTTOKENS, with configurable default
ASK_INPUTTOKENS() Getter for INPUTTOKENS w/ exceptions if field has no value
HAS_INPUTTOKENS() Determine if INPUTTOKENS has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_CACHEDETAILSLIST

TYPES TT_CACHEDETAILSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDRCACHEDETAIL WITH DEFAULT KEY
.