-
Notifications
You must be signed in to change notification settings - Fork 579
Home
Alex Snaps edited this page Jul 16, 2014
·
11 revisions
This wiki contains all design documents and other related material to doing development on Ehcache, not using Ehcache! If you are a developer that wants to get involved in developing new features, fixing bugs, extend the existing or implement a new module based on the Ehcache3 SPIs, this is the place you’ve been looking for. Be welcome!
The code core of Ehcache is split in three core modules:
-
the API module, which … ;
-
the Core module, that … ; and
-
the Implementation module, containing … .
org.ehcache.config.CacheConfiguration, org.ehcache.spi.service.ServiceConfiguration, org.ehcache.config.xml.XmlConfigurationParser
Note
|
For more information on how the configuration is parsed, resolved and services are then bootstrapped, please read the Bootstrapping design doc. |