cancel
Showing results for 
Search instead for 
Did you mean: 

PropertyResolver and web UI cache

dgenard
Champ on-the-rise
Champ on-the-rise
Hi,

I've developed a custom property resolver to display the path of a document and all its references.
It works quite well, unless the document or references are moved via an operation in another interface (CIFS in example).
Than the web UI browse view keeps displaying old paths. My property resolver is correctly called for each document node, and returns correctly value.

It seems that Node property values are cached somewhere in web UI, but I can't locate this in the web client code.
Any hints ?

Regards, Denis
1 REPLY 1

gavinc
Champ in-the-making
Champ in-the-making
The properties for a node are cached in the Node object, there is a reset() method available which can be used to force a refresh of the properties.