Is there a way to get a reference to the ehcache CacheManager via Plexus in Nexus? The only reference I could find (I'm still looking at the 1.2.1 codebase) is in EhCacheCacheManager, but it's a private field.
I'm trying to configure caching within the Crowd Plugin and it seems like it would make sense to reuse the existing CacheManager, especially given the path interpolation that happens inside the EhCacheCacheManager class.
Thanks,
Justin