MiniProgramCacheBundle.inMemory constructor

MiniProgramCacheBundle.inMemory()

Implementation

factory MiniProgramCacheBundle.inMemory() {
  return MiniProgramCacheBundle(
    manifestCache: InMemoryManifestCache(),
    screenCache: InMemoryScreenCache(),
    assetCache: NoOpAssetCache.shared,
    runtimeCache: MiniProgramCacheManager.inMemory(),
  );
}