I want to refresh caches by calling a method on ExtendedStore.

The reason is: I want to integrate an information retrieval system with Slide. It 
currently provides readonly access to data contained somewhere in the local 
filesystem. Writing is done by kind of backdoor writing/changing data directly in the 
local filesystem.

It uses an abstract data layer based on the NetBeans virtual filesystems. I'm going to 
implement a filesystem that accesses Slide via its helper API. The IR system generates 
metadata out of Slides content which is written back into another virtual filesystem 
wrapping a Jena database. It's not wanted to write this metadata back to Slide because 
of Jenas capabilities. So I thought to implement a Slide store which makes the 
generated metadata available to the WebDAV interface.

The metadata will be in a separate subnamespace (seen from WebDAV). If this metadata 
changes and it has already been accessed before then I think the cache of the superior 
ExtendedStore (using my Slide store) must be reinitialized to make the changes 
available.

Is that possible?

Best regards
Stefan


Technically this is no problem at all... Or did you mean if there is anything you can 
configure to do so?

May I ask what you would use this for?

Oliver

Stefan Fromm wrote:

Hello,

is it possible to refresh the caches in ExtendedStore after the initialization phase?

Best regards
Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to