wwCache::AddItem

This method adds an item to the cache.

o.AddItem(lcKey as String, lcValue as String, lnTimeoutSeconds as Integer)

Parameters

lcKey as String
Key of the item to add.

If this value is omitted inside of Web Connection the key becomes the Script Name + QueryString which should uniquely identify this entry.

lcValue as String
String value of the item to add.

lnTimeoutSeconds as Integer
Optional - The timeout in seconds for the item. if not specified the default cache timeout is used.


See also:

Class wwCache

© West Wind Technologies, 1996-2022 • Updated: 10/10/19
Comment or report problem with topic