Class CacheCreateTask

  • All Implemented Interfaces:
    Task
    Direct Known Subclasses:
    CacheGetOrCreateTask

    public class CacheCreateTask
    extends AdminServerTask<java.lang.Void>
    Admin operation to create a cache Parameters:
    • name the name of the cache to create
    • flags any flags, e.g. PERMANENT
    Since:
    9.1
    Author:
    Tristan Tarrant
    • Constructor Detail

      • CacheCreateTask

        public CacheCreateTask()
    • Method Detail

      • getParameters

        public java.util.Set<java.lang.String> getParameters()
        Description copied from interface: Task
        The named parameters accepted by this task
        Returns:
        a java.util.Set of parameter names
      • getConfiguration

        protected Configuration getConfiguration​(java.lang.String name,
                                                 java.lang.String configuration)