I am trying to get an application running on OpenBD but the
implimentation of cacheGet in OpenBD differs from Abobe CF's. OpenBD.s
take at least 2 and maybe three arguements while ACF's takes just one.
It appears that cacheName (OBD) and id (ACF) refer to the same thing,
but ACF also requires a 'key" attribute as well
OBD parameters
CacheGet( cacheName, key, domain )
* cacheName: the name of the cache that was created
* key: the key to which the element was set
* domain: the group to which the key belongs
ACF properties
id The ID value assigned to the cache object when it was created.
I am a liittle unclear "key" parameter is refering to and therefore
how I might be be to supply a value for it. "Domain" is apparently
optional.
Thanks
--
official tag/function reference: http://openbd.org/manual/
mailing list - http://groups.google.com/group/openbd?hl=en