SAP ABAP Interface IF_CTS_CACHE_MGR (cCTS Cache Manager)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
⤷
SCTS_DIST_CTL_DATA (Package) cCTS: Data access and Cache Management
⤷
⤷
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
| Interface | IF_CTS_CACHE_MGR | |
| Short Description | cCTS Cache Manager |
General Data
| Package | SCTS_DIST_CTL_DATA | cCTS: Data access and Cache Management |
| Created | 20111108 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_CTS_CACHE_MGR has no forward declaration.
Interfaces
Interface IF_CTS_CACHE_MGR has no interface.
Friends
Interface IF_CTS_CACHE_MGR has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_KEY_SEPERATOR | 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
Interface IF_CTS_CACHE_MGR has no event.
Types
Interface 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 Interface 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 Interface IF_CTS_CACHE_MGR has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |