[infinispan-issues] [JBoss JIRA] (ISPN-7337) Enable configuring near cache via properties

Ben Gardner (JIRA) issues at jboss.org
Fri Jan 6 09:10:00 EST 2017


    [ https://issues.jboss.org/browse/ISPN-7337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13344256#comment-13344256 ] 

Ben Gardner commented on ISPN-7337:
-----------------------------------

I'm thinking add some new properties to read in the ConfigurationBuilder.withProperties()
 
String NEAR_CACHE_MODE = "infinispan.client.hotrod.nearcache.mode";
 
infinispan.client.hotrod.nearcache.mode=INVALIDATED
infinispan.client.hotrod.nearcache.mode=DISABLED
 
String NEAR_CACHE_MAX_ENTRIES = "infinispan.client.hotrod.nearcache.max_entries";
 
infinispan.client.hotrod.nearcache.max_entries=-1

> Enable configuring near cache via properties
> --------------------------------------------
>
>                 Key: ISPN-7337
>                 URL: https://issues.jboss.org/browse/ISPN-7337
>             Project: Infinispan
>          Issue Type: Bug
>          Components: JCache, Remote Protocols
>    Affects Versions: 9.0.0.Beta1, 8.2.5.Final
>            Reporter: Galder Zamarreño
>
> So that near cache can be enabled with Hot Rod client when used via JCache interface.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the infinispan-issues mailing list