CacheService<D extends Object, P extends Object>.withAsyncDelegate constructor

CacheService<D extends Object, P extends Object>.withAsyncDelegate(
  1. AsyncCacheDelegate<D, P> delegate
)

Creates a AsyncCacheDelegate cache service delegate Delegate that synchronously performs caching actions

Implementation

factory CacheService.withAsyncDelegate(AsyncCacheDelegate<D, P> delegate) = AsyncDelegateCacheService;