Add and fix heading IDs (#232)

This commit is contained in:
lukinovec 2023-01-06 15:34:04 +01:00 committed by GitHub
parent 8029bdc51c
commit ca5924646d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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`.