Uses of Enum Class
org.apache.maven.api.cache.CacheRetention
Packages that use CacheRetention
Package
Description
Provides a caching infrastructure for Maven requests and their results.
-
Uses of CacheRetention in org.apache.maven.api.cache
Subclasses with type arguments of type CacheRetention in org.apache.maven.api.cacheModifier and TypeClassDescriptionenum
Enumeration defining different retention periods for cached data.Methods in org.apache.maven.api.cache that return CacheRetentionModifier and TypeMethodDescriptionCacheMetadata.getCacheRetention()
Returns the cache retention that should be applied to the associated data.static CacheRetention
Returns the enum constant of this class with the specified name.static CacheRetention[]
CacheRetention.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CacheRetention in org.apache.maven.impl.model
Methods in org.apache.maven.impl.model that return CacheRetention