| Package | Description |
|---|---|
| com.sap.portal.prt.service.cache | |
| com.sapportals.portal.prt.component |
| Modifier and Type | Method and Description |
|---|---|
CachingLevel |
ICacheContent.getCachingLevel() |
| Modifier and Type | Method and Description |
|---|---|
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)
|
| Modifier and Type | Field and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright 2021 SAP SE Complete Copyright Notice