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 a working shrink implementation to FileBackedStorageEngine #9

Closed chrisdennis closed 9 years ago

chrisdennis commented 9 years ago

For the new disk store implementation being integrated in to Ehcache 3 to properly support byte based capacities (ehcache/ehcache3#442) we need to add a proper shrink implementation to FileBackedStorageEngine.