1 Reply Latest reply on Aug 2, 2007 10:50 AM by brucespringfield

    POJO Cache/Simple Cache when createCache?

    brucespringfield

      using 2.0 Habanero

      When I create a cache using the following :

      CacheFactory factory = DefaultCacheFactory.getInstance();
      cache = factory.createCache();

      Am I creating a POJO cache or a simple cache?

      Does it matter in 2.0?

      Thanks,

      Bruce