Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
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.