1 Reply Latest reply on Nov 17, 2005 12:16 AM by ben.wang

    How to implement OSCache-like "groups"

    bpapez

      In OSCache it is possible to assign a cached object to one or more groups. This way you can flush a whole "group", so all objects assigned to this group will be flushed.

      Unfortunately JBossCache nodes can have only 1 parent. Is there an other way to elegantly implement this with JBossCache?