public class ConcurrentCacheServiceIgniteSpecificCommunicationImpl extends Object implements eu.eidas.auth.commons.cache.ConcurrentCacheService
Modifier and Type | Field and Description |
---|---|
protected String |
cacheName |
protected IgniteInstanceInitializerSpecificCommunication |
igniteInstanceInitializerSpecificCommunication |
Constructor and Description |
---|
ConcurrentCacheServiceIgniteSpecificCommunicationImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getCacheName() |
javax.cache.Cache<String,String> |
getConfiguredCache() |
IgniteInstanceInitializerSpecificCommunication |
getIgniteInstanceInitializerSpecificCommunication() |
void |
setCacheName(String cacheName) |
void |
setIgniteInstanceInitializerSpecificCommunication(IgniteInstanceInitializerSpecificCommunication igniteInstanceInitializerSpecificCommunication) |
protected String cacheName
protected IgniteInstanceInitializerSpecificCommunication igniteInstanceInitializerSpecificCommunication
public ConcurrentCacheServiceIgniteSpecificCommunicationImpl()
public javax.cache.Cache<String,String> getConfiguredCache()
getConfiguredCache
in interface eu.eidas.auth.commons.cache.ConcurrentCacheService
public String getCacheName()
public void setCacheName(String cacheName)
public IgniteInstanceInitializerSpecificCommunication getIgniteInstanceInitializerSpecificCommunication()
public void setIgniteInstanceInitializerSpecificCommunication(IgniteInstanceInitializerSpecificCommunication igniteInstanceInitializerSpecificCommunication)
Copyright © 2020. All Rights Reserved.