CacheService<D extends Object, P extends Object>.withAsyncDelegate constructor
CacheService<D extends Object, P extends Object>.withAsyncDelegate (
- 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;