Hi,

We are using Ignite 2.3  as distributed offheap persistent store to various
caches in a cache group.
When we create the cache, it creates the CACHENAME_cache_data.dat file and
*.bin files in persistent store directory.
After the use of cache, we are deleting the cache using IgniteCache.destory
method, it deletes data from *.bin files but CACHENAME_cache_data.dat file
is not getting deleted.

As we create and destory many caches, number of these redundant dat files
are increasing in persistent store directory for the deleted cache. 

Is there any cache API which also delete dat file as well ?

Thanks,




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to