Interface LocalCache

All Superinterfaces:
Cache
All Known Implementing Classes:
LocalCache.Bind, LocalCache.Volume

public sealed interface LocalCache extends Cache permits LocalCache.Volume, LocalCache.Bind
Details of a local cache stored as a volume or bind mount.
Since:
4.2.0
Author:
Scott Frederick, Stephane Nicoll
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Details of a cache stored in a bind mount.
    static final class 
    Details of a cache stored in a Docker volume.
  • Method Summary

    Methods inherited from interface Cache

    getBind, getImage, getVolume