| Class | Description |
|---|---|
| Cache |
Manages a cache.
|
| CacheChecker |
Checks if cached data is outdated.
|
| CachedLayer |
A
Layer that has been written out to a cache and has its file-backed content BLOB,
digest, size, and diff ID. |
| CacheMetadataTranslator |
Translates
CacheMetadata to and from CacheMetadataTemplate. |
| CacheReader |
Reads image content from the cache.
|
| Caches |
Manages both the base image layers cache and the application image layers cache.
|
| Caches.Initializer |
Initializes a
Caches with directory paths. |
| CacheWriter |
Writes
UnwrittenLayers to the cache. |
| Enum | Description |
|---|---|
| CachedLayerType |
Types of layers stored in cache.
|
| Exception | Description |
|---|---|
| CacheMetadataCorruptedException |
Exception thrown when the cache metadata failed to load correctly, indicating that it is probably
corrupted.
|
Copyright © 2018. All rights reserved.