Package org.aoju.bus.pager.cache
Class CacheFactory
java.lang.Object
org.aoju.bus.pager.cache.CacheFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> Cache <K, V> createCache(String sqlCacheClass, String prefix, Properties properties) 创建 SQL 缓存
-
Constructor Details
-
CacheFactory
public CacheFactory()
-
-
Method Details
-
createCache
public static <K,V> Cache<K,V> createCache(String sqlCacheClass, String prefix, Properties properties) 创建 SQL 缓存- Type Parameters:
K- 对象V- 对象- Parameters:
sqlCacheClass- 对象prefix- 前缀properties- 属性- Returns:
- the object
-