whirlycache Version 1.0.1

Packages
com.whirlycott.cache The main Whirlycache package contains the main interfaces and system components.
com.whirlycott.cache.component.store Mainly interesting to users of the Cocoon web application framework.
com.whirlycott.cache.hibernate Contains support for using Whirlycache as a Hibernate Cache plugin.
com.whirlycott.cache.impl Concrete implementations of the ManagedCache interface go here.
com.whirlycott.cache.policy Policy implementations are used by the CacheManager to handle the removal of cache Items.
com.whirlycott.cache.servlet Right now, we only have one class that's specific to the web, but hopefully we'll have a few more to add soon.