Cache.require() method
Mark a key as required by an owner.
Signature:
require(owner: string, key: string): this;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
owner |
string | |
|
key |
string |
Returns:
this
Mark a key as required by an owner.
Signature:
require(owner: string, key: string): this;
|
Parameter |
Type |
Description |
|---|---|---|
|
owner |
string | |
|
key |
string |
Returns:
this