SAP ABAP Class CL_ENH_CACHE (Cache)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-ENH (Application Component) Enhancement Tools
     SEEF_BASE (Package) Enhancement Base Functionality
Properties
Class CL_ENH_CACHE  
Short Description Cache    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SEEF_BASE   Enhancement Base Functionality 
Created 20060424   SAP 
Last change 20070910   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ENH_CACHE has no forward declaration.
Interfaces
Class CL_ENH_CACHE has no interface implemented.
Friends
Class CL_ENH_CACHE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ENHSPOT_CACHE Static Attribute Private Type reference (TYPE) ENHSPOT_CACHE_TAB 20060920
2 ENHSPOT_CACHE_OFF Static Attribute Private Type reference (TYPE) ENHBOOLEAN Enhancement Boolean 20060920
3 ENH_CACHE Static Attribute Private Type reference (TYPE) ENH_CACHE_TAB 20060920
4 ENH_CACHE_OFF Static Attribute Private Type reference (TYPE) ENHBOOLEAN Enhancement Boolean 20060920
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20060920
2 DEACTIVATE_ENHSPOT_CACHE Static method Public Method 20060920
3 DEACTIVATE_ENH_CACHE Static method Public Method 20060920
4 GET_ENHSPOT_CACHE_ENTRY Static method Public Method 20060920
5 GET_ENH_CACHE_ENTRY Static method Public Method 20060920
6 REFRESH Static method Public Method 20060920
7 REFRESH_ENHSPOT_CACHE Static method Public Method 20060920
8 REFRESH_ENH_CACHE Static method Public Method 20060920
9 SET_ENHSPOT_CACHE_ENTRY Static method Public Method 20060920
10 SET_ENH_CACHE_ENTRY Static method Public Method 20060920
Events
Class CL_ENH_CACHE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ENHSPOT_CACHE_LINE Private See coding 20060920 begin of ENHSPOT_CACHE_LINE, enhspotname type enhspotname, ref type ref to if_enh_spot_tool, end of ENHSPOT_CACHE_LINE
2 ENHSPOT_CACHE_TAB Private See coding 20060920 ENHSPOT_CACHE_TAB type sorted table of ENHSPOT_CACHE_LINE WITH UNIQUE KEY enhspotname
3 ENH_CACHE_LINE Private See coding 20060920 begin of ENH_CACHE_LINE, enhname type enhname, is_ddic type enhboolean, ref type ref to if_enh_tool, end of ENH_CACHE_LINE
4 ENH_CACHE_TAB Private See coding 20060920 ENH_CACHE_TAB type sorted table of ENH_CACHE_LINE WITH UNIQUE KEY enhname is_ddic
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_ENH_CACHE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ENH_CACHE has no exception.

Method DEACTIVATE_ENHSPOT_CACHE Signature

Method DEACTIVATE_ENHSPOT_CACHE on class CL_ENH_CACHE has no parameter.
Method DEACTIVATE_ENHSPOT_CACHE on class CL_ENH_CACHE has no exception.

Method DEACTIVATE_ENH_CACHE Signature

Method DEACTIVATE_ENH_CACHE on class CL_ENH_CACHE has no parameter.
Method DEACTIVATE_ENH_CACHE on class CL_ENH_CACHE has no exception.

Method GET_ENHSPOT_CACHE_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENHSPOTNAME Call by reference Type reference (TYPE) ENHSPOTNAME Id eines Enhancements 20060920
2 Returning REF Value transfer Object reference (TYPE REF TO) IF_ENH_SPOT_TOOL SAP Enhancement Tool Root Interface 20060920

Method GET_ENHSPOT_CACHE_ENTRY on class CL_ENH_CACHE has no exception.

Method GET_ENH_CACHE_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENHNAME Call by reference Type reference (TYPE) ENHNAME Id eines Enhancements 20060920
2 Importing IS_DDIC Call by reference Type reference (TYPE) ENHBOOLEAN Enhancement Boolean 20060920
3 Returning REF Value transfer Object reference (TYPE REF TO) IF_ENH_TOOL SAP Enhancement Tool Root Interface 20060920

Method GET_ENH_CACHE_ENTRY on class CL_ENH_CACHE has no exception.

Method REFRESH Signature

Method REFRESH on class CL_ENH_CACHE has no parameter.
Method REFRESH on class CL_ENH_CACHE has no exception.

Method REFRESH_ENHSPOT_CACHE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENHSPOTNAME Call by reference Type reference (TYPE) ENHSPOTNAME Name (ID) eines Erweiterungsspots 20060920

Method REFRESH_ENHSPOT_CACHE on class CL_ENH_CACHE has no exception.

Method REFRESH_ENH_CACHE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENHNAME Call by reference Type reference (TYPE) ENHNAME Id eines Enhancements 20060920
2 Importing IS_DDIC Call by reference Type reference (TYPE) ENHBOOLEAN Enhancement Boolean 20060920

Method REFRESH_ENH_CACHE on class CL_ENH_CACHE has no exception.

Method SET_ENHSPOT_CACHE_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENHSPOTNAME Call by reference Type reference (TYPE) ENHSPOTNAME Id eines Enhancements 20060920
2 Importing REF Call by reference Object reference (TYPE REF TO) IF_ENH_SPOT_TOOL SAP Enhancement Tool Root Interface 20060920

Method SET_ENHSPOT_CACHE_ENTRY on class CL_ENH_CACHE has no exception.

Method SET_ENH_CACHE_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENHNAME Call by reference Type reference (TYPE) ENHNAME Id eines Enhancements 20060920
2 Importing IS_DDIC Call by reference Type reference (TYPE) ENHBOOLEAN Enhancement Boolean 20060920
3 Importing REF Call by reference Object reference (TYPE REF TO) IF_ENH_TOOL SAP Enhancement Tool Root Interface 20060920

Method SET_ENH_CACHE_ENTRY on class CL_ENH_CACHE has no exception.
History
Last changed by/on SAP  20070910 
SAP Release Created in