Interface AtpMacrosCacheService

All Known Implementing Classes:
AtpMacrosCacheServiceImpl

public interface AtpMacrosCacheService
  • Method Details

    • getValue

      String getValue(String key)
      get value from cache.
    • setContext

      void setContext(Map<String,String> map)
      add value to cache.
    • destroy

      void destroy()
      Delete record from cache.