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

io.envoyproxy.controlplane.cache.CacheStatusInfo Maven / Gradle / Ivy

package io.envoyproxy.controlplane.cache;

import javax.annotation.concurrent.ThreadSafe;

/**
 * {@code CacheStatusInfo} provides a default implementation of {@link StatusInfo} for use in {@link Cache}
 * implementations.
 */
@ThreadSafe
public class CacheStatusInfo extends MutableStatusInfo {
  public CacheStatusInfo(T nodeGroup) {
    super(nodeGroup);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy