Add and fix heading IDs

This commit is contained in:
lukinovec 2023-01-06 07:49:24 +01:00
parent 8029bdc51c
commit e7edb9331b
11 changed files with 17 additions and 17 deletions

View file

@ -32,7 +32,7 @@ DomainTenantResolver::$cacheTTL = 3600;
DomainTenantResolver::$cacheStore = 'redis';
```
## Cache invalidation
## Cache invalidation {#cache-invalidation}
Updating and saving a Tenant model's attributes will cause the cached entry for this model to be invalidated when `DomainTenantResolver::$shouldCache` is set to `true`.