Interface Cleanup


  • @Incubating
    public interface Cleanup
    Configures cache cleanup settings that apply to all caches.
    Since:
    8.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Cleanup ALWAYS
      Perform cache cleanup after every build session.
      static Cleanup DEFAULT
      Perform cache cleanup periodically (default is only once every 24 hours).
      static Cleanup DISABLED
      Never perform cache cleanup.
    • Field Detail

      • ALWAYS

        static final Cleanup ALWAYS
        Perform cache cleanup after every build session.
      • DEFAULT

        static final Cleanup DEFAULT
        Perform cache cleanup periodically (default is only once every 24 hours).
      • DISABLED

        static final Cleanup DISABLED
        Never perform cache cleanup.