Bitrix API

StorageRuntimeCache

FinalYes

Table of Contents

Methods

__construct()  : mixed
getByEntityType()  : Storage|null
getById()  : Storage|null
isLoadedByEntityType()  : bool
isLoadedById()  : bool
remove()  : void
store()  : void

Methods

getByEntityType()

public getByEntityType(array<string|int, mixed> $entityType) : Storage|null
Parameters
$entityType : array<string|int, mixed>
Return values
Storage|null

getById()

public getById(int $storageId) : Storage|null
Parameters
$storageId : int
Return values
Storage|null

isLoadedByEntityType()

public isLoadedByEntityType(array<string|int, mixed> $entityType) : bool
Parameters
$entityType : array<string|int, mixed>
Return values
bool

isLoadedById()

public isLoadedById(int $storageId) : bool
Parameters
$storageId : int
Return values
bool

        
On this page

Search results