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 Details

    • MemoryUserScopeDao

      public MemoryUserScopeDao()
  • Method Details

    • retrieveKeys

      public String[] retrieveKeys(String userId, String applicationName)
      Specified by:
      retrieveKeys in interface com.aquima.interactions.userscope.dao.IUserScopeDao
    • retrieveValue

      public Serializable retrieveValue(String userId, String applicationName, String key)
      Specified by:
      retrieveValue in interface com.aquima.interactions.userscope.dao.IUserScopeDao
    • storeValue

      public void storeValue(String userId, String applicationName, String key, Serializable value)
      Specified by:
      storeValue in interface com.aquima.interactions.userscope.dao.IUserScopeDao
    • deleteValue

      public void deleteValue(String userId, String applicationName, String key)
      Specified by:
      deleteValue in interface com.aquima.interactions.userscope.dao.IUserScopeDao