public static class SimpleCacheInterceptor.MapCacheManager extends Object implements SimpleCacheInterceptor.CacheManager
public void initCache(String ns)
initCache 在接口中 SimpleCacheInterceptor.CacheManagerpublic void putCache(String ns, Object key, Object value)
putCache 在接口中 SimpleCacheInterceptor.CacheManagerpublic Object getCache(String ns, Object key)
getCache 在接口中 SimpleCacheInterceptor.CacheManagerpublic void clearCache(String ns)
Copyright © 2022. All rights reserved.