0 Replies Latest reply on Apr 13, 2006 3:26 PM by genman

    Two RegionManagers?

    genman


      I was thinking of creating a org.jboss.cache.region package, with these classes:

      RegionMap (basically eviction.RegionManager without eviction stuff)
      AbstractRegion (or Region)
      RegionNameConflictException
      RegionUnknownException (new -- instead of RuntimeException in getRegion)
      


      RegionMap would be used inside of both eviction.RegionManager and marshall.RegionManager.