wwCache::GetItem

Retrieves an item by key from the cache. Item is returned if it exists and not expired.

o.GetItem(lcKey as String)

Return Value

returns the Cache content or NULL if the key doesn't exist

Parameters

lcKey as String
The key of the cached value to retrieve.


See also:

Class wwCache

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