Atozed Forums
IWAppCache question - ctOneTime - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: IWAppCache question - ctOneTime (/thread-1699.html)



IWAppCache question - ctOneTime - joelcc - 05-27-2020

I am using the AppCache to download some documents and I am trying to get those documents more secure.

I want to just display the document 1 time for the end user and then destroy it in the appcache.

According to https://doc.atozed.com/en/iw14/develop/classes/classes/tcachetype/ it says that TCacheType can use ctOneTime, but ctOneTime is for intraWeb internal use only.

I tried using ctOneTime and it appears to work as expected.

Is this something I can use, or is it still off limits?


RE: IWAppCache question - ctOneTime - Alexandre Machado - 05-28-2020

You can definitely use it.

This was probably the idea when it was introduced but, as you show, many other users have good usage for it.