ehcache.xml Introduction
The use of EhCache requires the support of the ehcache.xml configuration file. There are many cache nodes configured in this configuration file. Each cache node will be configured with a name attribute, for example: <cache name="blog"...>, the The property is required by CacheKit to obtain the value. For other configuration items such as eternal, overflowToDisk, timeToIdleSeconds, timeToLiveSeconds, please see the EhCache official documentation for details.