1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 17:34:03 +00:00

Finish cache invalidation

This commit is contained in:
Samuel Štancl 2020-03-14 19:08:26 +01:00
parent a6102be1a0
commit 2c1cb92745
3 changed files with 49 additions and 8 deletions

View file

@ -64,6 +64,4 @@ class CachedTenantResolver
$this->cache->forget('_tenancy_domain_to_id:' . $domain);
}
}
// todo update cache on writes to data & domains
}