Class CacheServiceDeltaRequestBodyStore

java.lang.Object
com.helixframework.okhttp.delta.CacheServiceDeltaRequestBodyStore
All Implemented Interfaces:
DeltaRequestBodyStore

public class CacheServiceDeltaRequestBodyStore extends Object implements DeltaRequestBodyStore
DeltaRequestBodyStore backed by a Helix CacheService.
  • Constructor Details

    • CacheServiceDeltaRequestBodyStore

      public CacheServiceDeltaRequestBodyStore(com.helixframework.cache.CacheService<String,String> cacheService)
      Creates a new store backed by the supplied cache service.
      Parameters:
      cacheService - cache service
  • Method Details