public interface CacheAware
abstract Unit
cache(List<Cache> caches)
cache(Cache cache)
cache(Function1<CacheBuilder, Unit> init)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit cache(List<Cache> caches)
Adds a list of tags to the job.
abstract Unit cache(Cache cache)
Sets a new cache section. Can also be used to reset it when null is passed.
null
abstract Unit cache(Function1<CacheBuilder, Unit> init)
Configures a new cache section via its builder.