|
Home > Archive > WebSphere Application Server > May 2004 > which EJBs are cache in EJB Cache?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
which EJBs are cache in EJB Cache?
|
|
| Hendrik Schreiber 2004-05-27, 4:34 pm |
| Hi,
does anybody know which kinds of EJBs are cached in the WAS 5.1 EJB cache
(Servers -> Application Servers -><ServerName> -> EJB Container -> EJB Cache
Settings)?
- all
- stateless session & entity
- entity only
?
Thanks,
-hendrik
| |
| Paul Ilechko 2004-05-27, 4:34 pm |
| Hendrik Schreiber wrote:
> Hi,
>
> does anybody know which kinds of EJBs are cached in the WAS 5.1 EJB cache
> (Servers -> Application Servers -><ServerName> -> EJB Container -> EJB Cache
> Settings)?
>
> - all
> - stateless session & entity
> - entity only
Entity beans. SLSB have no state, therefore nothing to cache ... the
instance of the SLSB is pooled and reused, which is not the same thing
as caching ...
| |
| Hendrik Schreiber 2004-05-27, 4:34 pm |
| Makes sense. I wish it was mentioned in the docs or Admin Console. Thanks,
Paul.
Will setting the bucket size to 0 effectively turn off the cache or will WAS
still try to pick the next highest prime number? Is there any other
recommended way of turning off the cache?
-hendrik
"Paul Ilechko" <plechik@us.ibm.com> wrote in message
news:c951ga$8dis$1@news.boulder.ibm.com...
> Hendrik Schreiber wrote:
>
cache[vbcol=seagreen]
Cache[vbcol=seagreen]
>
> Entity beans. SLSB have no state, therefore nothing to cache ... the
> instance of the SLSB is pooled and reused, which is not the same thing
> as caching ...
>
|
|
|
|
|