SAP ABAP Class IF_CTS_CACHE_MGR (cCTS Cache Manager)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CTS_CACHE_MGR | cCTS Cache Manager Impl | 20111108 |
Properties
Class | IF_CTS_CACHE_MGR | |
Short Description | cCTS Cache Manager | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20111108 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_CTS_CACHE_MGR has no forward declaration.
Interfaces
Class IF_CTS_CACHE_MGR has no interface implemented.
Friends
Class IF_CTS_CACHE_MGR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '~' | 20111108 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns a cache entry by given key | 20111108 |
2 | ![]() |
Instance method | Public | Method | Puts an entry to cache overwriting existing value for key | 20111108 |
Events
Class IF_CTS_CACHE_MGR has no event.
Types
Class IF_CTS_CACHE_MGR has no local type.
Method Signatures
Method GET_CACHE_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INSTANCE | Value transfer | Object reference (TYPE REF TO) | OBJECT | Returns the instance | 20111108 | ||
2 | ![]() |
KEY | Call by reference | Type reference (TYPE) | STRING | Key to look for in cache | 20111108 | ||
3 | ![]() |
TYPE | Call by reference | Type reference (TYPE) | STRING | Type of cached object | 20111108 |
Method GET_CACHE_ENTRY on class IF_CTS_CACHE_MGR has no exception.
Method PUT_CACHE_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ENTRY | Call by reference | Object reference (TYPE REF TO) | OBJECT | Object to put to cache | 20111108 | ||
2 | ![]() |
KEY | Call by reference | Type reference (TYPE) | STRING | Key to look for in cache | 20111108 | ||
3 | ![]() |
TYPE | Call by reference | Type reference (TYPE) | STRING | Type of cached object | 20111108 |
Method PUT_CACHE_ENTRY on class IF_CTS_CACHE_MGR has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |