Questions tagged [jsr107]

JSR 107: JCACHE - Java Temporary Caching API

More details on Spring

33 questions
0
votes
3 answers

How to extend functionality of expiry in ehCache 3.0

I am using EhCache core 3.0. It internally uses BaseExpiry and Eh107Expiry class to check whether cache is expired or not. These classes implement Expiry interface. My query is, can we extend methods which are used to check whether cache is expired…
0
votes
2 answers

Can I use the JCache API for distributed caches in Apache Ignite?

I would like to configure a distributed cache with Apache Ignite using the JCache API (JSR107, javax.cache). Is this possible? The examples I have found either create a local cache with the JCache API or create a distributed cache (or datagrid)…
PeakCode
  • 130
  • 7
0
votes
2 answers

Is it possible to have common xml configuration for all Cache provider vendors for jsr107

We need to have common XML configuration parameters(like timetolive) for Jcache configuration. We are using EhCache for Development and might be using some other Jsr107 compliant cache provider, like Infinispan, in other environment. is it possible…
YogeshK
  • 47
  • 11
1 2
3