Class CachingGraphiteClient

java.lang.Object
pl.allegro.tech.hermes.management.infrastructure.graphite.CachingGraphiteClient
All Implemented Interfaces:
GraphiteClient

public class CachingGraphiteClient extends Object implements GraphiteClient
  • Constructor Details

    • CachingGraphiteClient

      public CachingGraphiteClient(GraphiteClient underlyingGraphiteClient, com.google.common.base.Ticker ticker, long cacheTtlInSeconds, long cacheSize)
  • Method Details