Package com.stimulsoft.web.cache
Class StiCache
java.lang.Object
com.stimulsoft.web.cache.StiCache
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclearStoredObjects(StiHttpServletRequest request) Clear webviewer garbage objectsgetObject(StiHttpServletRequest request, String objectGuid) Return stored object in cachevoidremoveObject(StiHttpServletRequest request, String objectGuid) Remove object from cachevoidstoreObject(StiHttpServletRequest request, Object object, String objectGuid) Store object in cache
-
Constructor Details
-
StiCache
public StiCache()
-
-
Method Details
-
storeObject
Store object in cache- Parameters:
object-objectGuid-httpContext-
-
removeObject
Remove object from cache- Parameters:
request-objectGuid-
-
getObject
Return stored object in cache- Parameters:
httpContext-viewerId-- Returns:
-
clearStoredObjects
Clear webviewer garbage objects- Parameters:
request-
-