Terracotta-OSS / offheap-store

A library that provides a set of map and cache implementations that store data outside of the normal Java heap
Apache License 2.0
90 stars 46 forks source link

Support for java.util.concurrent.locks.StampedLock #68

Open lucian-cm opened 4 years ago

lucian-cm commented 4 years ago

Can you have an implementation suitable for java.util.concurrent.locks.StampedLock as ReadWriteLockedOffHeapClockCacheis for ReentrantReadWriteLock to be able to read using tryOptimisticRead?