SAP ABAP Class CL_CTS_CACHE_MGR (cCTS Cache Manager Impl)
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 - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CTS_CACHE_MGR | cCTS Cache Manager | 20111108 |
Properties
Class | CL_CTS_CACHE_MGR | |
Short Description | cCTS Cache Manager Impl | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SCTS_DIST_CTL_DATA | cCTS: Data access and Cache Management |
Created | 20111108 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_CTS_CACHE_MGR has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_CTS_CACHE_MGR | cCTS Cache Manager | 20111108 |
Friends
Class CL_CTS_CACHE_MGR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_CTS_CACHE_MGR | cCTS Cache Manager Impl | 20111108 | ||
2 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TY_CACHE | cCTS Cache | 20111206 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Returns the singleton instance of this cache manager | 20111108 |
Events
Class CL_CTS_CACHE_MGR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_CACHE | Protected | See coding | 20111206 | ty_cache type standard table of ty_cache_entry with key type key
|
||
2 | TY_CACHE_ENTRY | Protected | See coding | 20111206 | begin of ty_cache_entry,
type type string,
key type string,
reference type ref to object,
timestamp type timestamp,
end of ty_cache_entry
|
Method Signatures
Method LOAD_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INST | Value transfer | Object reference (TYPE REF TO) | IF_CTS_CACHE_MGR | cCTS Cache Manager | 20111108 |
Method LOAD_INSTANCE on class CL_CTS_CACHE_MGR has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 702 |