All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.server.tasks.admin.CacheCreateTask Maven / Gradle / Ivy

There is a newer version: 15.1.0.Dev05
Show newest version
package org.infinispan.server.tasks.admin;

/**
 * Admin operation to create a cache. This Parameters:
 * 
    *
  • name the name of the cache to create
  • *
  • flags any flags, e.g. PERMANENT
  • *
* * @author Tristan Tarrant * @since 10.0 */ public class CacheCreateTask extends org.infinispan.server.core.admin.embeddedserver.CacheCreateTask { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy