cacheConfigContent static method
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');
}