cacheConfigContent static method

  1. @Deprecated('Migrated to install.yaml publish:; will be removed in V2')
String cacheConfigContent()

Generates lib/config/cache.dart with FileStore() driver and default TTL.

Implementation

@Deprecated('Migrated to install.yaml publish:; will be removed in V2')
static String cacheConfigContent() {
  return StubLoader.load('install/cache_config');
}