mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Add and fix heading IDs (#232)
This commit is contained in:
parent
8029bdc51c
commit
ca5924646d
11 changed files with 17 additions and 17 deletions
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue