planetj.dataengine.cache
Interface ICacheDetails

All Known Implementing Classes:
CacheDetailsTable

public interface ICacheDetails

The class contains the library and table name for a derived table. This table doesn't exist in the database and is created by the CacheInspector when browsing cache.

Author:
PlanetJ Corporation

Field Summary
static String CACHE_DETAILS_LIBRARY_NAME
           
static String CACHE_DETAILS_TABLE_NAME
           
static String CACHE_LIBRARY
           
static String CACHE_OWNER
           
static String CACHE_SQL
           
static String CACHE_SQL_AP_ID
           
static String CACHE_SQL_OP_ID
           
static String CACHE_SYSTEM_ALIAS
           
static String CACHE_TABLE
           
static String CACHE_TIME_OUT
           
static String ESTIMATED_SIZE
           
static String EXPIRATION
           
static String NUMBER_OF_FIELDS
           
static String NUMBER_OF_FIELDS_IN_ROW
           
static String NUMBER_OF_ROW_COLLECTIONS
           
static String NUMBER_OF_ROWS
           
static String NUMBER_OF_TIMES_USED
           
static String RESET_ALL_CACHE
           
static String RESET_SYSTEM_CACHE
           
static String SYSTEM_DETAILS
           
static String VIEW_SYSTEM_DETAILS
           
 

Field Detail

CACHE_DETAILS_LIBRARY_NAME

public static final String CACHE_DETAILS_LIBRARY_NAME
See Also:
Constant Field Values

CACHE_DETAILS_TABLE_NAME

public static final String CACHE_DETAILS_TABLE_NAME
See Also:
Constant Field Values

CACHE_TIME_OUT

public static final String CACHE_TIME_OUT
See Also:
Constant Field Values

CACHE_SYSTEM_ALIAS

public static final String CACHE_SYSTEM_ALIAS
See Also:
Constant Field Values

CACHE_LIBRARY

public static final String CACHE_LIBRARY
See Also:
Constant Field Values

CACHE_TABLE

public static final String CACHE_TABLE
See Also:
Constant Field Values

NUMBER_OF_ROW_COLLECTIONS

public static final String NUMBER_OF_ROW_COLLECTIONS
See Also:
Constant Field Values

NUMBER_OF_ROWS

public static final String NUMBER_OF_ROWS
See Also:
Constant Field Values

NUMBER_OF_FIELDS

public static final String NUMBER_OF_FIELDS
See Also:
Constant Field Values

NUMBER_OF_FIELDS_IN_ROW

public static final String NUMBER_OF_FIELDS_IN_ROW
See Also:
Constant Field Values

NUMBER_OF_TIMES_USED

public static final String NUMBER_OF_TIMES_USED
See Also:
Constant Field Values

EXPIRATION

public static final String EXPIRATION
See Also:
Constant Field Values

CACHE_OWNER

public static final String CACHE_OWNER
See Also:
Constant Field Values

ESTIMATED_SIZE

public static final String ESTIMATED_SIZE
See Also:
Constant Field Values

CACHE_SQL

public static final String CACHE_SQL
See Also:
Constant Field Values

CACHE_SQL_AP_ID

public static final String CACHE_SQL_AP_ID
See Also:
Constant Field Values

CACHE_SQL_OP_ID

public static final String CACHE_SQL_OP_ID
See Also:
Constant Field Values

VIEW_SYSTEM_DETAILS

public static final String VIEW_SYSTEM_DETAILS
See Also:
Constant Field Values

SYSTEM_DETAILS

public static final String SYSTEM_DETAILS
See Also:
Constant Field Values

RESET_SYSTEM_CACHE

public static final String RESET_SYSTEM_CACHE
See Also:
Constant Field Values

RESET_ALL_CACHE

public static final String RESET_ALL_CACHE
See Also:
Constant Field Values