Subject: I’m much more interested in identifying and manipulating the cache
Hi Mark,
thanks for your reply.
I was testing and debugging some new code. Normally the notes.ini.variable would be deleted by the code itself.
I’m sure it will work normally today after closing and reopening the client. But I find it much more interesting to get some answers around Notes caching.
Where is that cache located?
Is it possible to manipulate that cache?
Is it possible to prohibit some parameters from caching, similar to “NoCache” in @dbLookup?
Why are you manually deleting while the client is running?
If you use your agent to Call notesSession.SetEnvironmentVar( name$, valueV [, issystemvar ] ) it should update the cache immediately as well as update the value in Notes.ini.
I seem to recall that if you set valueV to Null (“”) - the environment variable is deleted from notes.ini