| Modifier and Type | Method and Description |
|---|---|
<K,V> RemoteCacheContainer.NearCacheRegistration |
RemoteCacheContainer.registerNearCacheFactory(String cacheName,
NearCacheFactory<K,V> factory)
Registers a factory for creating a near cache for a given cache.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> RemoteCacheContainer.NearCacheRegistration |
RemoteCacheManager.registerNearCacheFactory(String cacheName,
NearCacheFactory<K,V> factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleNearCacheFactory<K,V>
A factory for creating near cache services based on a simple configuration.
|
| Constructor and Description |
|---|
RemoteCacheServiceConfigurator(org.jboss.msc.service.ServiceName name,
String containerName,
String cacheName,
String configurationName,
NearCacheFactory<K,V> nearCacheFactory) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.