-
I'm using MapDB and I would like to send to disk entries evicted from offheap like http://www.ehcache.org/documentation/configuration/fast-restart#strategy-option. Is it possible?
-
```
It could be interesting to provide sun.misc.Unsafe based implementation of
FieldSerializer. It would be able to read object's memory, write into memory
buffers directly using readXYZ/writeXYZ me…
-
For the below test, Description is NOT implementing Serializable:
``` java
CacheConfiguration cacheConfiguration = CacheConfigurationBuilder.newCacheConfigurationBuilder()
.withResourcePools…
-
Take the following code:
```
final Cache writeBehindCache = cacheManager.createCache("writeBehindCache",
CacheConfigurationBuilder.newCacheConfigurationBuilder()
.add(WriteBeh…
-
```
It could be interesting to provide sun.misc.Unsafe based implementation of
FieldSerializer. It would be able to read object's memory, write into memory
buffers directly using readXYZ/writeXYZ me…
-
AFAICT that is not the case right now, it seems somewhat wired in, but only ever uses the `CacheEvents.nullStoreEventListener()`
-
```
It could be interesting to provide sun.misc.Unsafe based implementation of
FieldSerializer. It would be able to read object's memory, write into memory
buffers directly using readXYZ/writeXYZ me…
-
Apparently some hardware architectures like SPARC entirely miss support for unaligned memory access. This means that we need to add option to align fields in data classes and their allocations.
densh updated
9 years ago
-
Hi,
I came across your work through your comment on the lock-free mailing list. I am the main developer on JCTools(https://github.com/JCTools/JCTools), which is an effort with some overlap to yours. I…
-
As far as I'm able to tell, if I configure the cache with an ehcache.xml and have set the cache to be eternal, this is getting ignored as the constructor of JCacheConfiguration always sets up an expir…