Andersen
Sent: Thursday, June 01, 2006 7:06 AM
To: Steve Ebersole; Hibernate development
Subject: Re: [Hibernate] CacheProviders
> Additionally, we may want to split the Cache interface into separate
> interfaces also based on usage; this would only be intended to allow
> clearer defi
> Additionally, we may want to split the Cache interface into separate
> interfaces also based on usage; this would only be intended to allow
> clearer definition of the capabilities allowed from each usage scenario.
sounds like a good thing, code-readability/maintainability wise.
>
> Another ni
Currently CacheProvider exposes a single method for Hibernate
to obtain a cache adapter (a Cache impl). However, there are numerous
ways in which Hibernate uses the second level cache all of which have slightly
different semantics. As of right now, Hibernate uses the second level
cache fo