create<T extends CacheBase> method

T create<T extends CacheBase>()

缓存工厂函数

Implementation

T create<T extends CacheBase>() {
  throw CatchException('没有定义缓存工厂');
}