How to unload/clean an object from the BE cache in TIBCO BusinessEvents 4.x.

How to unload/clean an object from the BE cache in TIBCO BusinessEvents 4.x.

book

Article ID: KB0090623

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
Description:
==========
How to unload/clean an object from the BE cache in TIBCO BusinessEvents 4.x.


Environment:
==========
TIBCO BusinessEvents
  

Resolution:
==========
1). If you want to evict the individual objects from the cache then you can set the eviction policy on individual entities.

2). You can also use Coherence.Query.C_EvictEntities. This function will "Removes/evicts entities from the cache (only).  If a write-behind database is configured, then the database will not be affected."  

References:
==========
For more details, refer to Administration Guide and section "Eviction Policy" in Architect Guide.

Issue/Introduction

How to unload/clean an object from the BE cache in TIBCO BusinessEvents 4.x.