mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
cache deleteById to deleteByGroup
This commit is contained in:
@@ -137,7 +137,7 @@ class DeletesV1 extends Worker
|
||||
protected function deleteCacheByResource(Document $project, string $resource): void
|
||||
{
|
||||
$projectId = $project->getId();
|
||||
$dbForProject = $this->getProjectDB($project);
|
||||
$dbForProject = $this->getProjectDB($projectId);
|
||||
|
||||
$cache = new Cache(
|
||||
new Filesystem(APP_STORAGE_CACHE . DIRECTORY_SEPARATOR . 'app-' . $projectId)
|
||||
|
||||
Reference in New Issue
Block a user