Bump cache-protocol version

This commit is contained in:
Daz DeBoer 2021-10-20 15:00:32 -06:00
parent a94b9252d5
commit f901ec9c20
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D

View file

@ -19,7 +19,7 @@ export function isCacheDebuggingEnabled(): boolean {
export function getCacheKeyPrefix(): string { export function getCacheKeyPrefix(): string {
// Prefix can be used to force change all cache keys (defaults to cache protocol version) // Prefix can be used to force change all cache keys (defaults to cache protocol version)
return process.env['CACHE_KEY_PREFIX'] || 'v2-' return process.env['CACHE_KEY_PREFIX'] || 'v3-'
} }
function generateCacheKey(cacheName: string): CacheKey { function generateCacheKey(cacheName: string): CacheKey {