SAP ABAP Class IF_CTS_CACHE_PROVIDER (Interface for generic cache providers)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CTS_CACHE_LNDSCP_ROLES Central CTS: Cache Provider for Roles 20100527
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CTS_CACHE_PROJECT_SERVICE Central CTS: Cache provide for projects 20100318
Properties
Class IF_CTS_CACHE_PROVIDER  
Short Description Interface for generic cache providers    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100318   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_CTS_CACHE_MANAGER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class IF_CTS_CACHE_PROVIDER has no interface implemented.
Friends
Class IF_CTS_CACHE_PROVIDER has no friend class.
Attributes
Class IF_CTS_CACHE_PROVIDER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 LOAD Static method Public Method Load provider 20100318
2 READ_CACHE Instance method Public Method Read data 20100318
3 WRITE_CACHE Instance method Public Method Write data 20100318
Events
Class IF_CTS_CACHE_PROVIDER has no event.
Types
Class IF_CTS_CACHE_PROVIDER has no local type.
Method Signatures

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OBJECT Value transfer Object reference (TYPE REF TO) IF_CTS_CACHE_PROVIDER Interface for generic cache providers 20100318

Method LOAD on class IF_CTS_CACHE_PROVIDER has no exception.

Method READ_CACHE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMETERS Call by reference Type reference (TYPE) CL_CTS_CACHE_MANAGER=>TY_PARAMETERS 20100318
2 Returning RESULT Value transfer Type reference (TYPE) CL_CTS_CACHE_MANAGER=>TY_CACHE_XML 20100318
3 Importing TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMPL UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20100318

Method READ_CACHE on class IF_CTS_CACHE_PROVIDER has no exception.

Method WRITE_CACHE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CACHE_XML Call by reference Type reference (TYPE) CL_CTS_CACHE_MANAGER=>TY_CACHE_XML 20100318
2 Importing TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMPL UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20100318

Method WRITE_CACHE on class IF_CTS_CACHE_PROVIDER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in