ehcache 3.0.0.rc1 API

Packages
org.ehcache Main Ehcache API package
org.ehcache.config Package for Cache configuration classes
org.ehcache.config.builders Package for builders designed to help out with programmatic configuration of Ehcache
org.ehcache.config.units Package for ResourceUnit implementations
org.ehcache.core Package for core implementation classes such as EhcacheManager and Ehcache.
org.ehcache.core.config Package holding some core implementations related to configuration such as ResourcePoolsImpl and DefaultConfiguration.
org.ehcache.core.config.store Package holding implementation of Store.Configuration and related types.
org.ehcache.core.events Package holding interfaces that relate to events, either at the CacheManager level like CacheManagerListener or the CacheEvent subsystem like CacheEventDispatcher and StoreEventDispatcher.
org.ehcache.core.exceptions Package holding core exception classes
org.ehcache.core.spi  
org.ehcache.core.spi.cache  
org.ehcache.core.spi.cache.events  
org.ehcache.core.spi.cache.tiering  
org.ehcache.core.spi.function Package holding functional interfaces for Ehcache
org.ehcache.core.spi.service  
org.ehcache.core.spi.sizeof Package for API related to sizeof in Ehcache
org.ehcache.core.spi.time  
org.ehcache.core.statistics Package holding the enums representing operations statistics results.
org.ehcache.event Package for all Cache related events
org.ehcache.exceptions Package for all Cache related exceptions
org.ehcache.expiry Package for the expiry API of a Cache
org.ehcache.impl.config.copy  
org.ehcache.impl.config.event  
org.ehcache.impl.config.executor  
org.ehcache.impl.config.loaderwriter  
org.ehcache.impl.config.loaderwriter.writebehind  
org.ehcache.impl.config.persistence  
org.ehcache.impl.config.serializer  
org.ehcache.impl.config.sizeof  
org.ehcache.impl.config.store.disk  
org.ehcache.impl.copy  
org.ehcache.impl.events  
org.ehcache.impl.persistence  
org.ehcache.impl.serialization  
org.ehcache.jsr107  
org.ehcache.jsr107.config  
org.ehcache.management  
org.ehcache.management.config  
org.ehcache.management.providers  
org.ehcache.management.providers.actions  
org.ehcache.management.providers.statistics  
org.ehcache.management.registry  
org.ehcache.spi Top level package for all things SPI in Ehcache
org.ehcache.spi.copy Package for API related to copiers in Ehcache
org.ehcache.spi.loaderwriter Package holding the loader/writer API for a Cache
org.ehcache.spi.serialization Package for API related to serialization in Ehcache
org.ehcache.spi.service Package for API related to CacheManager services
org.ehcache.statistics Package for API related to statistics in Ehcache
org.ehcache.transactions.xa  
org.ehcache.transactions.xa.configuration  
org.ehcache.transactions.xa.txmgr  
org.ehcache.transactions.xa.txmgr.btm  
org.ehcache.transactions.xa.txmgr.provider  
org.ehcache.transactions.xml  
org.ehcache.xml  
org.ehcache.xml.exceptions  
org.ehcache.xml.model