|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CachingLevel | |
|---|---|
| com.sap.portal.prt.service.cache | |
| com.sapportals.portal.prt.component | |
| Uses of CachingLevel in com.sap.portal.prt.service.cache |
|---|
| Methods in com.sap.portal.prt.service.cache that return CachingLevel | |
|---|---|
CachingLevel |
ICacheContent.getCachingLevel()
|
| Methods in com.sap.portal.prt.service.cache with parameters of type CachingLevel | |
|---|---|
ICacheContent |
IPRTCacheService.getCacheContent(String componentName,
CachingLevel cachingLevel,
String cachingLevelKey,
String key)
Gets a cache content instance The instance can be either loaded from the database via the database cache loader or be retrieved from memory |
void |
IPRTCacheService.invalidateLocally(String componentName,
CachingLevel cachingLevel)
Invalidates the cache for a component for a caching level locally (don't notify the clusters) |
void |
IPRTCacheService.invalidateLocally(String componentName,
CachingLevel cachingLevel,
String cachingLevelKey)
Invalidates the cache for a component with a caching level and a cachinglevel key locally (don't notify the clusters) |
| Uses of CachingLevel in com.sapportals.portal.prt.component |
|---|
| Fields in com.sapportals.portal.prt.component declared as CachingLevel | |
|---|---|
static CachingLevel |
CachingLevel.COMPONENT
Deprecated. |
static CachingLevel |
CachingLevel.CONTEXT
Deprecated. |
static CachingLevel |
CachingLevel.NONE
The CachingLevel.NONE will not cache the content of the Component. |
static CachingLevel |
CachingLevel.SESSION
Using the CachingLevel.SESSION will associate the cached content with the servlet session. |
static CachingLevel |
CachingLevel.SHARED
Means that the cache is shared by all the users |
static CachingLevel |
CachingLevel.USER
Means that the cache is proper to the user |
| Methods in com.sapportals.portal.prt.component that return CachingLevel | |
|---|---|
CachingLevel |
ICachablePortalComponent.getCachingLevel(IPortalComponentRequest request)
Gets the caching level. |
CachingLevel |
AbstractPortalComponent.getCachingLevel(IPortalComponentRequest request)
Method defined in ICachablePortalComponent. |
static CachingLevel |
CachingLevel.parse(String name)
parse a caching level string into a caching level The argument string consist of a level name |
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||