Question relative to terracotta BigMemory GO configuration
Q: Is there any way to configure disk store to remove all data store on service/cache manager start up ?
Description: I have BigMemory configure with overflow to OffHeap, so Lucene index would be created in disk store (not depended on persistent strategy). I need to have disk store cleaned on next cache manager start up (application start up), but I do not want to have specific clean up method in my application code. Currently if after should down was successful index would be reused by BigMemory on next start up.
Thank you.