1 Reply Latest reply on Jan 24, 2007 10:21 AM by manik

    Cache.removeRegion(Fqn)

    brian.stansberry

      We need to expose removeRegion(Fqn) in Cache. Right now you can create a region but there is no way to clean it up without doing

      ((CacheSPI) cache).getRegionManager().removeRegion(Fqn);