public class SimpleExoCacheCreator extends Object implements org.exoplatform.services.cache.impl.infinispan.ExoCacheCreator
| Constructor and Description |
|---|
SimpleExoCacheCreator() |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.services.cache.ExoCache<Serializable,Object> |
create(org.exoplatform.services.cache.ExoCacheConfig config,
org.infinispan.configuration.cache.ConfigurationBuilder confBuilder,
Callable<org.infinispan.Cache<Serializable,Object>> cacheGetter) |
Class<? extends org.exoplatform.services.cache.ExoCacheConfig> |
getExpectedConfigType() |
Set<String> |
getExpectedImplementations() |
public org.exoplatform.services.cache.ExoCache<Serializable,Object> create(org.exoplatform.services.cache.ExoCacheConfig config, org.infinispan.configuration.cache.ConfigurationBuilder confBuilder, Callable<org.infinispan.Cache<Serializable,Object>> cacheGetter) throws org.exoplatform.services.cache.ExoCacheInitException
create in interface org.exoplatform.services.cache.impl.infinispan.ExoCacheCreatororg.exoplatform.services.cache.ExoCacheInitExceptionpublic Class<? extends org.exoplatform.services.cache.ExoCacheConfig> getExpectedConfigType()
getExpectedConfigType in interface org.exoplatform.services.cache.impl.infinispan.ExoCacheCreatorCopyright © 2017 JBoss by Red Hat. All Rights Reserved.