MyBatis Integrated Ehcache

Source: Internet
Author: User

Ehcache is a distributed cache framework.

1 Distributed Cache

Our system to improve the system concurrency, performance, general Distributed system Deployment (cluster deployment mode)

Without the use of distributed caches, cached data is stored separately in each service and is inconvenient for system development. Therefore, the cached data is centrally managed using distributed caching.

MyBatis cannot implement distributed caching and needs to be integrated with other distributed cache frameworks

2 Integration methods

MyBatis provides a cache interface, and if you want to implement your own cache logic, implement the cache interface development.

MyBatis and Ehcache integration, the MyBatis and Ehcache integration packages provide an implementation class for the cache interface.

The MyBatis default implementation of the Cache class is:

3 Add Ehcache Pack

4 Integrated Ehcache

Configure the type of the cache in the mapper to be the implementation of the Ehcache to the cache interface.

5 Adding a Ehcache configuration file

Configure the Ehcache.xml under Classpath

MyBatis Integrated Ehcache

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.