@Service public class CacheServices extends Object
| Constructor and Description |
|---|
CacheServices(TCContextCacheService tcContextCacheService,
BoundContextsCacheService boundContextsCacheService,
PendingDataContextsCacheService pendingDataContextsCacheService,
AwaitingContextsCacheService awaitingContextsCacheService,
CallchainSubscriberCacheService callchainSubscriberCacheService,
EnvironmentCacheService environmentCacheService,
ResponseCacheService responseCacheService)
Cache services initializer.
|
| Modifier and Type | Method and Description |
|---|---|
static AwaitingContextsCacheService |
getAwaitingContextsCacheService() |
static CallchainSubscriberCacheService |
getCallchainSubscriberCacheService() |
static EnvironmentCacheService |
getEnvironmentCacheService() |
static PendingDataContextsCacheService |
getPendingDataContextsCacheService() |
static ResponseCacheService |
getResponseCacheService() |
static BoundContextsCacheService |
getTcBindingCacheService() |
static TCContextCacheService |
getTcContextCacheService() |
@Autowired public CacheServices(TCContextCacheService tcContextCacheService, BoundContextsCacheService boundContextsCacheService, PendingDataContextsCacheService pendingDataContextsCacheService, AwaitingContextsCacheService awaitingContextsCacheService, CallchainSubscriberCacheService callchainSubscriberCacheService, EnvironmentCacheService environmentCacheService, ResponseCacheService responseCacheService)
tcContextCacheService - tcContextCacheService.boundContextsCacheService - boundContextsCacheService.pendingDataContextsCacheService - pendingDataContextsCacheService.awaitingContextsCacheService - awaitingContextsCacheService.callchainSubscriberCacheService - callchainSubscriberCacheService.environmentCacheService - environmentCacheService.public static TCContextCacheService getTcContextCacheService()
public static BoundContextsCacheService getTcBindingCacheService()
public static PendingDataContextsCacheService getPendingDataContextsCacheService()
public static AwaitingContextsCacheService getAwaitingContextsCacheService()
public static CallchainSubscriberCacheService getCallchainSubscriberCacheService()
public static EnvironmentCacheService getEnvironmentCacheService()
public static ResponseCacheService getResponseCacheService()
Copyright © 2025. All rights reserved.