Detailed description of parameters in the ehcache framework configuration file

Source: Internet
Author: User
<  Ehcache  >          <! --  Disk Storage: transfers the objects temporarily not used in the cache to the hard disk, similar to the virtual memory path of Windows System: Specifies the path to store objects on the hard disk  -->      <  Diskstore  Path  = "Java. Io. tmpdir"   />          <! -- Defaultcache: Default cache configuration information. If no special description is added, all objects are processed according to this configuration item maxelementsinmemory: sets the maximum number of record objects to be stored, and the maximum number of record objects is eternal: indicates whether the object never expires. timetoidleseconds: Maximum daze time timetoliveseconds: maximum survival time overflowtodisk: whether to allow the object to be written to the disk  -->      <  Defaultcache  Maxelementsinmemory  = "10000"  Eternal  = "False"  Timetoidleseconds  = "120"  Timetoliveseconds  = "120" Overflowtodisk  = "True"   />          <! --  Cache: special configuration name for caching objects with the specified name: full name of the specified object  -->      <  Cache  Name  = "Com. zbaccp. entity. Person"  Maxelementsinmemory  = "10000"  Eternal  = "False"  Timetoidleseconds = "300"  Timetoliveseconds  = "600"  Overflowtodisk  = "True"   />  </  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.