Hi, I want to create something like LRU list of nodes. When node in repository is edited or read, it will be added to LRU list. Is there some way to determine if node (e.g file node) is read. My initial thought was to implement event listener but there is no NODE_READ event. Other possibility is AccessManager...
Thanks for help. -- View this message in context: http://www.nabble.com/node-LRU-tf4435099.html#a12652963 Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
