Class MemoryUserScopeDao
java.lang.Object
com.aquima.interactions.userscope.dao.impl.MemoryUserScopeDao
- All Implemented Interfaces:
com.aquima.interactions.userscope.dao.IUserScopeDao
public class MemoryUserScopeDao
extends Object
implements com.aquima.interactions.userscope.dao.IUserScopeDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteValue
(String userId, String applicationName, String key) String[]
retrieveKeys
(String userId, String applicationName) retrieveValue
(String userId, String applicationName, String key) void
storeValue
(String userId, String applicationName, String key, Serializable value)
-
Constructor Details
-
MemoryUserScopeDao
public MemoryUserScopeDao()
-
-
Method Details
-
retrieveKeys
- Specified by:
retrieveKeys
in interfacecom.aquima.interactions.userscope.dao.IUserScopeDao
-
retrieveValue
- Specified by:
retrieveValue
in interfacecom.aquima.interactions.userscope.dao.IUserScopeDao
-
storeValue
- Specified by:
storeValue
in interfacecom.aquima.interactions.userscope.dao.IUserScopeDao
-
deleteValue
- Specified by:
deleteValue
in interfacecom.aquima.interactions.userscope.dao.IUserScopeDao
-