SAP ABAP Class CL_SATC_AC__UI_CACHE (Caches plug-in info)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
     SATC_ABAP_CHECK__UI (Package) INTERNAL: - *NO* REUSE - UI "CheckMan" style
Properties
Class CL_SATC_AC__UI_CACHE  
Short Description Caches plug-in info    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SATC_ABAP_CHECK__UI   INTERNAL: - *NO* REUSE - UI "CheckMan" style 
Created 20081204   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SATC_AC__UI_CACHE has no forward declaration.
Interfaces
Class CL_SATC_AC__UI_CACHE has no interface implemented.
Friends
Class CL_SATC_AC__UI_CACHE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 F_API_FACTORY Static Attribute Private Object reference (TYPE REF TO) IF_SATC_CI_CHECK_API_FACTORY 20120213
2 F_CACHE Instance attribute Private Type reference (TYPE) TY_T_UI_CACHE_ENTRIES 20081204
3 F_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_SATC_AC__UI_CACHE Caches Check Info 20081204
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR Static method Public Method Deletes Cache 20081204
2 GET_CHECK_INFO Static method Public Method Returns Check Info 20081204
3 __GET_CHECK_INFO Instance method Private Method Returns Check Info 20081204
Events
Class CL_SATC_AC__UI_CACHE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_UI_CACHE_ENTRY Private See coding 20081204 begin of ty_S_Ui_Cache_Entry, module_Id type satc_D_Ac_Module_Id, docu_Weak type ref to cl_Abap_Weak_Reference, end of ty_S_Ui_Cache_Entry
2 TY_T_UI_CACHE_ENTRIES Private See coding 20081204 ty_T_Ui_Cache_Entries type hashed table of ty_S_Ui_Cache_Entry with unique key module_Id
Method Signatures

Method CLEAR Signature

Method CLEAR on class CL_SATC_AC__UI_CACHE has no parameter.
Method CLEAR on class CL_SATC_AC__UI_CACHE has no exception.

Method GET_CHECK_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODULE_ID Call by reference Type reference (TYPE) SATC_D_AC_MODULE_ID Module Key Within ABAP UI 20081204
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_AC_DOCUMENTATION ABAP Check Documentation 20081204

Method GET_CHECK_INFO on class CL_SATC_AC__UI_CACHE has no exception.

Method __GET_CHECK_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODULE_ID Call by reference Type reference (TYPE) SATC_D_AC_MODULE_ID Module Key Within ABAP UI 20081204
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_AC_DOCUMENTATION ABAP Check Documentation 20081204

Method __GET_CHECK_INFO on class CL_SATC_AC__UI_CACHE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 720