Class CacheConfig


  • public class CacheConfig
    extends java.lang.Object
    Configuration for the streaming cache to store the stream of words. This cache is configured with sliding window of 1 second, which means that data older than 1 second will be automatically removed from the cache.
    • Constructor Detail

      • CacheConfig

        public CacheConfig()