Cache FileConnectors / SubjectConnectors / ImageConnectors

Please allow long-term caching of outcomes of these connector types, such that a query as:

create or replace view my_files
as
select fle.dossieritem
,      fle.naam
,      att.filedata
from   AfasOnline.GetConnector.bestanden_bij_dossier fle
join   Subject(fle.dossieritem, fle.bijlage) att

has a limited API use of AFAS and reduced runtime.

When correctly understood, the outcomes of all these connector types (File, Subject and Image) can be cached indefinitely, is that correct?

At the time of writing this was not yet possible. However, I was promised via a telephone consultation that you would arrange this.

The question was just to clear up some uncertainties from our side. The necessary changes have been included in a new release 24.0.293.

Release 24.0.293 or newer will be taken into production on Invantive Cloud at the end of August 2024.

An AFAS-specific provider attribute named force-cache-binary-connectors-indefinitely has been added, defaulting to true. When true all responses to the file connectors, subject connectors and image connectors will be cached indefinitely. If set to false, the default cache time will be applied as up to release 24.0.292.

Dit topic is 3 dagen na het laatste antwoord automatisch gesloten. Nieuwe antwoorden zijn niet meer toegestaan.