RequestDataTenantResolver
class RequestDataTenantResolver extends CachedTenantResolver (View source)
Properties
static bool | $shouldCache | ||
static int | $cacheTTL | ||
static string|null | $cacheStore | ||
protected Repository | $cache | from CachedTenantResolver |
Methods
resolveWithoutCache(...$args)
No description
array
getArgsForTenant(Tenant $tenant)
Get all the arg combinations for resolve() that can be used to find this tenant.
Details
__construct(Factory $cache)
No description
Tenant
resolve(...$args)
Resolve a tenant using some value.
void
invalidateCache(Tenant $tenant)
No description
string
getCacheKey(...$args)
No description
Tenant
resolveWithoutCache(...$args)
No description
void
resolved(Tenant $tenant, ...$args)
No description
array
getArgsForTenant(Tenant $tenant)
Get all the arg combinations for resolve() that can be used to find this tenant.