Interface ClientCacheConfiguration

All Known Implementing Classes:
ClientCacheConfiguration.ClientCacheConfigurationImpl

public interface ClientCacheConfiguration
Client cache configuration.
See Also:
  • Field Details

    • DFLT_WRITE_BEHIND_PARALLEL_OPERATIONS

      static final int DFLT_WRITE_BEHIND_PARALLEL_OPERATIONS
      Default write behind parallel operations.
      See Also:
  • Method Details

    • cacheWriteBehindParallelOperations

      int cacheWriteBehindParallelOperations()
      Gets the maximum number of parallel write behind operations.
      Returns:
      Maximum number of parallel write operations.
    • builder

      Configuration builder.