buildahcker
Preparing search index...
ContainerCache
Interface ContainerCache
interface
ContainerCache
{
getEntry
(
imageId
:
string
,
operationCacheKey
:
string
,
)
:
Promise
<
undefined
|
string
>
;
setEntry
(
imageId
:
string
,
operationCacheKey
:
string
,
resultImageId
:
string
,
)
:
Promise
<
void
>
;
}
Implemented by
FSContainerCache
Index
Methods
get
Entry
set
Entry
Methods
get
Entry
getEntry
(
imageId
:
string
,
operationCacheKey
:
string
,
)
:
Promise
<
undefined
|
string
>
Parameters
imageId
:
string
operationCacheKey
:
string
Returns
Promise
<
undefined
|
string
>
set
Entry
setEntry
(
imageId
:
string
,
operationCacheKey
:
string
,
resultImageId
:
string
,
)
:
Promise
<
void
>
Parameters
imageId
:
string
operationCacheKey
:
string
resultImageId
:
string
Returns
Promise
<
void
>
Settings
Theme
OS
Light
Dark
On This Page
Methods
get
Entry
set
Entry
buildahcker
Loading...