My Oracle Support Banner

Page Cache Does Not Get Flushed When Updating A Dependent Asset (Doc ID 2179134.1)

Last updated on JUNE 20, 2023

Applies to:

Oracle WebCenter Sites - Version 12.2.1.0.0 to 12.2.1.2.0 [Release FatWire]
Information in this document applies to any platform.

Symptoms

Dependency not logged for asset with embedded link when read with AssetReader.

When rendering an asset using AssetReader to read the asset:
- e.g. via a Controller used by a Template:
...
  @RequiredParams(query="c,cid")
 public void doWork(Map models)
 {
  Map assetMap = newAssetReader()
  .forAsset(getAssetId())
  .selectAll(true)
  .read();
  models.put("asset", assetMap);
 }
...

If the asset has an embedded link, then the asset is not logged as a dependency of the page.

The page is not cached for Satellite server, and for Sites Page cache the dependency for the page is _NODEP_

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.