Interface Cache

    • Method Detail

      • getBulk

        Map<Cache.NamedKey,​byte[]> getBulk​(Iterable<Cache.NamedKey> keys)
        Resulting map should not contain any null values (i.e. cache misses should not be included)
        Parameters:
        keys -
        Returns:
      • close

        void close​(String namespace)
      • isLocal

        boolean isLocal()
      • doMonitor

        void doMonitor​(org.apache.druid.java.util.emitter.service.ServiceEmitter emitter)
        Custom metrics not covered by CacheStats may be emitted by this method.
        Parameters:
        emitter - The service emitter to emit on.