1 Reply Latest reply on Jan 19, 2012 5:49 AM by galder.zamarreno

    Cache Lifecycle

    jmfaerman

      What is the expected lifecycle of Cache instances?

      Can i just keep them in @ApplicationScope ?

       

      Regards,

      Julio

        • 1. Re: Cache Lifecycle
          galder.zamarreno

          I don't see why not. Normally you'd have a cache manager with application scope which should be closed by the CDI integration layer (including all the caches belonging to this cache manager).