Class Ipdata.Builder

  • Enclosing class:
    Ipdata

    public static class Ipdata.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • noCache

        public Ipdata.Builder noCache()
        Overrides current cache config with null (no caching).
        Returns:
        this
      • withDefaultCache

        public Ipdata.Builder withDefaultCache()
        Configures a cache with default configuration parameters. Note: Overrides any previously configured cache.
        Returns:
        this builder
      • withCache

        public CacheConfigBuilder withCache()
        Allows for customizing the configuration of the cache. Note: Overrides any previously configured cache.
        Returns:
        a cache configuration builder
        See Also:
        CacheConfigBuilder