Hello,
I've stumbled in a problem while trying to look into cached keys on my development server. It comes from a cvs update two days ago.
An example page is /acs-admin/cache/show-util-memoize?pattern=util , that should return an error because the
proc looking for the keys doesn't return their timestamp anymore when called on Naviserver.
I've done some research and found there have been some big changes in caching system around september, and now cache on Naviserver is handled by a new native api.
Procs retrieving cache values on Naviserver behave differently from those defined on Aolserver. As I could see from comments in the code, this is something you are aware of.
What I ask is: is there already a plan about UI for the two servers? Is this going to fork? Why can't we just get the timestamp from the new api and mantain the same behavior?