Class CacheCreateTask

  • All Implemented Interfaces:
    Task
    Direct Known Subclasses:
    CacheGetOrCreateTask

    public class CacheCreateTask
    extends AdminServerTask<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