StorageRuntimeCache
FinalYes
Table of Contents
Methods
- __construct() : mixed
- getByEntityType() : Storage|null
- getById() : Storage|null
- isLoadedByEntityType() : bool
- isLoadedById() : bool
- remove() : void
- store() : void
Methods
__construct()
public
__construct() : mixed
getByEntityType()
public
getByEntityType(array<string|int, mixed> $entityType) : Storage|null
Parameters
- $entityType : array<string|int, mixed>
Return values
Storage|nullgetById()
public
getById(int $storageId) : Storage|null
Parameters
- $storageId : int
Return values
Storage|nullisLoadedByEntityType()
public
isLoadedByEntityType(array<string|int, mixed> $entityType) : bool
Parameters
- $entityType : array<string|int, mixed>
Return values
boolisLoadedById()
public
isLoadedById(int $storageId) : bool
Parameters
- $storageId : int
Return values
boolremove()
public
remove(Storage $storage) : void
Parameters
- $storage : Storage
store()
public
store(Storage $storage) : void
Parameters
- $storage : Storage