Class UserPortalCacheBean
java.lang.Object
de.xima.fc.user_portal.bean.common.UserPortalCacheBean
- All Implemented Interfaces:
Serializable
A bean to cache values for the current user portal.
- Since:
- 8.3.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCachedInteger(String key) Get a cached integer value.getCachedString(String key) Get a cached string value.Get a cached string array value.getCachedValue(String key) Get a cached object value.voidsetCachedValue(String key, Serializable value) Set a cached value.
-
Constructor Details
-
UserPortalCacheBean
public UserPortalCacheBean()
-
-
Method Details
-
getCachedInteger
-
getCachedString
-
getCachedStringArray
-
getCachedValue
-
setCachedValue
Set a cached value.- Parameters:
key- The key of the cached value.value- The value to cache.
-