JDECACHE Manipulation APIs

You can use the JDECACHE manipulation APIs for retrieving and manipulating the data in the cache. Each API implements a cursor that acts as pointer to a record that is currently being manipulated. This cursor is essential for navigation within the cache. JDECACHE manipulation APIs should be passed handles of these types:

  • HCACHE

    Identifies the cache that is being worked.

  • HJDECURSOR

    Identifies the position in the cache that is being worked.

The set of JDECACHE manipulation APIs contain these APIs:

  • jdeCacheOpenCursor

  • jdeCacheResetCursor

  • jdeCacheAdd

  • jdeCacheFetch

  • jdeCacheFetchPosition

  • jdeCacheUpdate

  • jdeCacheDelete

  • jdeCacheDeleteAll

  • jdeCacheCloseCursor

  • jdeCacheFetchPositionByRef

  • jdeCacheSetIndex

  • jdeCacheGetIndex