JBoss Community

Re: Local put

created by Amal Raj Vinoth James in JBoss Cache - View the full discussion

Yes it working for me by using:

 

cache.getInvocationContext().getOptionOverrides().setCacheModeLocal(true);

cache.put(fqn, key, value);

 

FYI: It applies to put() and remove() only.

 

thanks, amal raj.

Reply to this message by going to Community

Start a new discussion in JBoss Cache at Community