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

Add JDK 8 like compute methods that can also modify metadata to support Ehcache 3 #24

Closed chrisdennis closed 8 years ago

chrisdennis commented 8 years ago

We need to add JDK 8 like compute methods that can modify both the values and the metadata at the same time to support Ehcache 3. Unfortunately since Ehcache 3 is still JDK 6 (and therefore we must be too) we will have to create our own functional interfaces instead of using the JDK 8 ones.