public abstract class AbstractCacheFactory<C extends Cache> extends Object implements CacheFactory
| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<CacheOptions,C> |
map |
| 构造器和说明 |
|---|
AbstractCacheFactory() |
protected final Map<CacheOptions,C extends Cache> map
public C getCache(CacheOptions options)
getCache 在接口中 CacheFactoryprotected abstract C newCache(CacheOptions options)
Copyright © 2021. All rights reserved.