Terracotta 10.11 | Ehcache API Developer Guide | Fast Restartability | Creating a Restartable Cache
 
Creating a Restartable Cache
This is the part which makes the application data restartable. As mentioned in the section Creating a Restartable Cache, a restartable Cache can be configured only in a restartable CacheManager.
A restartable CacheConfiguration API is a lot like the regular (non-restartable) CacheConfiguration API, except that it takes the restartable variant of ClusteredResourcePool, which makes the cache contents restartable.