|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICacheManager
Represents the service that enables you to perform various cache actions on any cache handler, which extends
AbstractCacheHandler
CacheAction,
ApplyActionException| Field Summary | |
|---|---|
static String |
KEY
The service key |
| Method Summary | |
|---|---|
void |
applyAction(String cacheID,
CacheAction cacheAction,
boolean cluster)
Performs the specified cache action on the specified cache |
String[] |
getAllCacheIDs()
Retrieves an array of all registered cache IDs |
boolean |
isEnabled(String cacheID)
Indicates whether the specified cache is enabled |
String[] |
setEnabled(boolean enable)
Enables or disables all registered caches |
| Methods inherited from interface com.sapportals.portal.prt.service.IService |
|---|
afterInit, configure, destroy, getContext, getKey, init, release |
| Field Detail |
|---|
static final String KEY
| Method Detail |
|---|
String[] getAllCacheIDs()
String[] setEnabled(boolean enable)
enable - A boolean value that indicates whether the caches should be enabled or disabled
boolean isEnabled(String cacheID)
cacheID - The ID of the cache to be indicated as enabled or disabled
void applyAction(String cacheID,
CacheAction cacheAction,
boolean cluster)
throws ApplyActionException
cacheID - The ID of the cache on which to apply the actioncacheAction - - Specific cache action object to be appliedcluster - A boolean value that indicates whether to perform the action on entire cluster
ApplyActionException| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/common/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||