public class PortalPreferencesWrapperCacheUtil
extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_NAME |
| Constructor and Description |
|---|
PortalPreferencesWrapperCacheUtil() |
| Modifier and Type | Method and Description |
|---|---|
static PortalPreferencesWrapper |
get(long ownerId,
int ownerType) |
static void |
put(long ownerId,
int ownerType,
PortalPreferencesWrapper portalPreferencesWrapper) |
static void |
remove(long ownerId,
int ownerType) |
public static PortalPreferencesWrapper get(long ownerId, int ownerType)
public static void put(long ownerId,
int ownerType,
PortalPreferencesWrapper portalPreferencesWrapper)
public static void remove(long ownerId,
int ownerType)