Package org.eolang.maven.footprint
Class CacheVersion
- java.lang.Object
-
- org.eolang.maven.footprint.CacheVersion
-
public final class CacheVersion extends Object
Version of the cache. The version consists of two main components: 1) Base, which is maven-style version string 2) Hash string, containing git hash. The two parts define the cacheable location by methodpath()
. If base is empty or contains '0.0.0' or 'SNAPSHOT' (seeNOT_CACHEABLE
versions) the version is considered non-cacheable.- Since:
- 0.30