2 Replies Latest reply on Dec 14, 2004 1:00 AM by twundke

    Arrays in TreeCacheAOP?

    twundke

      Hey all,
      I'm just wondering whether any thought has been given to supporting arrays in TreeCacheAOP. If I add an array as an attribute of a cached object I get an exception when trying to compile the AOP support.

      I ask because I'd like to be able to share a large array of ints, but not have to incur the overhead of using a List of Integers. It would preferable have the same AOP distribution properties though, such that changing a single index in the array would only propagate that value to other nodes, rather than the whole array.

      Is this possible?

      Thanks.

      Tim.

        • 1. Re: Arrays in TreeCacheAOP?

          Tim,

          Array is not supported in TreeCacheAop since I haven't found a way to do that. Suggestion is welcome!

          -Ben

          • 2. Re: Arrays in TreeCacheAOP?
            twundke

            Hmm, well I did initially have a quick look through the code in order to try and determine whether arrays were supported, but I'd need more time to really sort through how everything is working in there.

            I'll have a think about it.

            Thanks for the quick response!

            Tim.