Clear cache and re-validate documents on cacheClear command (#71)
This commit is contained in:
@@ -36,4 +36,8 @@ export class TTLCache {
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
||||
clear(): void {
|
||||
this.cache.clear();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user