| | |
| | | |
| | | @Configuration(proxyBeanMethods = false) |
| | | @EnableCaching |
| | | /* loaded from: blade-starter-cache-9.3.0.0-SNAPSHOT.jar:org/springblade/core/cache/config/CacheConfiguration.class */ |
| | | public class CacheConfiguration { |
| | | } |
| | |
| | | package com.qianwen.core.cache.constant; |
| | | |
| | | /* loaded from: blade-starter-cache-9.3.0.0-SNAPSHOT.jar:org/springblade/core/cache/constant/CacheConstant.class */ |
| | | public interface CacheConstant { |
| | | public static final String BIZ_CACHE = "blade:biz"; |
| | | public static final String MENU_CACHE = "blade:menu"; |
| | |
| | | import org.springframework.cache.CacheManager; |
| | | import org.springframework.lang.Nullable; |
| | | |
| | | /* loaded from: blade-starter-cache-9.3.0.0-SNAPSHOT.jar:org/springblade/core/cache/utils/CacheUtil.class */ |
| | | public class CacheUtil { |
| | | private static CacheManager cacheManager; |
| | | private static final Boolean TENANT_MODE = Boolean.TRUE; |