buildahcker
Preparing search index...
FSContainerCache
Class FSContainerCache
Implements
ContainerCache
Index
Constructors
constructor
Properties
cache
Path
Methods
get
Entry
set
Entry
Constructors
constructor
new
FSContainerCache
(
cachePath
:
string
)
:
FSContainerCache
Parameters
cachePath
:
string
Returns
FSContainerCache
Properties
cache
Path
cachePath
:
string
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
Constructors
constructor
Properties
cache
Path
Methods
get
Entry
set
Entry
buildahcker
Loading...