类 TestCacheApi

所有已实现的接口:
org.springframework.beans.factory.InitializingBean

@RestController @RequestMapping("/test/cache") public class TestCacheApi extends SystemController
  • 构造器详细资料

    • TestCacheApi

      public TestCacheApi()
  • 方法详细资料

    • testDictTreeCache

      @RequestMapping("/dict") public com.walker.web.ResponseValue testDictTreeCache()
    • testPermitNotLoginAccess

      @RequestMapping("/access") public com.walker.web.ResponseValue testPermitNotLoginAccess()
    • acquireDictTree

      @RequestMapping("/dict_tree") public com.walker.web.ResponseValue acquireDictTree()
    • testGetCacheHost

      @RequestMapping("/get_host") public String testGetCacheHost(String id)
      参数:
      id - 主键1可以测试
      返回:
    • getHostCacheProvider

      protected com.walker.cache.CacheProvider<S_host> getHostCacheProvider()