spring-framework / org.springframework.ejb.access / SimpleRemoteSlsbInvokerInterceptor / setCacheSessionBean

setCacheSessionBean

open fun setCacheSessionBean(cacheSessionBean: Boolean): Unit

Set whether to cache the actual session bean object.

Off by default for standard EJB compliance. Turn this flag on to optimize session bean access for servers that are known to allow for caching the actual session bean object.

See Also
#setCacheHome