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

com.terracotta.management.ApplicationEhCacheService Maven / Gradle / Ivy

Go to download

Ehcache is an open source, standards-based cache used to boost performance, offload the database and simplify scalability. Ehcache is robust, proven and full-featured and this has made it the most widely-used Java-based cache.

There is a newer version: 2.10.9.2
Show newest version
package com.terracotta.management;

import java.util.Map;
import java.util.Set;

import net.sf.ehcache.config.ManagementRESTServiceConfiguration;
import net.sf.ehcache.management.service.ManagementServerLifecycle;
import net.sf.ehcache.management.service.impl.RemoteAgentEndpointImpl;

public interface ApplicationEhCacheService {
  public Set> getRestResourceClasses();

  Map, Object> getServiceClasses(ManagementRESTServiceConfiguration configuration,
      RemoteAgentEndpointImpl remoteAgentEndpointImpl);

  Class getManagementServerLifecyle();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy