refactor(kernel): unify HTTP and CLI application lifecycle
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -14,6 +14,10 @@ namespace KTXF\Cache;
|
||||
*/
|
||||
interface BlobCacheInterface
|
||||
{
|
||||
public function setTenantContext(?string $tenantId): void;
|
||||
|
||||
public function setUserContext(?string $userId): void;
|
||||
|
||||
/**
|
||||
* Default TTL for blob cache entries (7 days)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user