com.metamatrix.admin.api.objects
Interface Cache
- All Superinterfaces:
- AdminObject
public interface Cache
- extends AdminObject
Represents a cache in the MetaMatrix system.
An idetiifer for cache is specifically represented by a name. All the
different kinds of available cache are listed as enumerations on this interface.
- Since:
- 4.3
CODE_TABLE_CACHE
static final java.lang.String CODE_TABLE_CACHE
- See Also:
- Constant Field Values
PREPARED_PLAN_CACHE
static final java.lang.String PREPARED_PLAN_CACHE
- See Also:
- Constant Field Values
QUERY_SERVICE_RESULT_SET_CACHE
static final java.lang.String QUERY_SERVICE_RESULT_SET_CACHE
- See Also:
- Constant Field Values
CONNECTOR_RESULT_SET_CACHE
static final java.lang.String CONNECTOR_RESULT_SET_CACHE
- See Also:
- Constant Field Values
Copyright © 2009. All Rights Reserved.