Point caching (PyOPUS subsystem name: CACHE)
Cache for storing points. The point is the key. Every point has an object associated with it.
Returns cache hit count.
Inserts an object value for point point.
Returns True if a point in the cache is replaced.
Looks up a point and returns the associated object.
Returns None if the point is not in the cache.
Increases hit count if the point is found in the cache.
Removes a point from the cache.
Returns True if a point is found and removed.
Clears cache and resets hit count.