Administration Console Online Help

 Previous Next Contents Index  

 


Entity Cache Ref --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Use this tab to configure an application level entity cache, which can cache instances of multiple entity beans that are part of the same application.

Decalre application level entity caches in the weblogic-application.xml file.

Tasks

Using the EJB Deployment Descriptor Editor

Additional Documentation

(Requires an Internet connection.)

Attributes

Attribute Label

Description

Value Constraints

EntityCacheName

Provide the name of the application level entity cache that an entity bean uses. An application level entity cache is a cache that may be shared by multiple entity beans in the same application.

Attribute: EntityCacheName

Configurable: yes

Readable: yes

Writable: yes

ConcurrencyStrategy

Specify how the container should manage concurrent access to an entity bean.

Attribute: ConcurrencyStrategy

Configurable: yes

Readable: yes

Writable: yes

CacheBetweenTransactions

Specify whether the EJB container will cache the persistent data of an entity bean across (between) transactions.

Attribute: CacheBetweenTransactions

Default: false

Configurable: yes

Readable: yes

Writable: yes

EstimatedBeanSize

Specify the estimated average size of the instances of an entity bean in bytes. The size is the average number of bytes of memory that is consumed by each instance.

Attribute: EstimatedBeanSize

Default: 100

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next