Re: [jcs] JCache implementation review

2014-05-02 Thread Romain Manni-Bucau
one more thing we can discuss are the close() methods of JCache impl. Did a first version but sometimes closing a JCache component will remove all items of the cache. Not sure it is intended in distributed mode. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ Link

Re: [jcs] JCache implementation review

2014-05-02 Thread Romain Manni-Bucau
Hi globally a big +1 some more remarks inline 2014-05-02 17:13 GMT+02:00 Thomas Vandahl : > Hi folks, > > I took some time to look over the code of the JCache implementation and > I have some suggestions for simplification (under the assumption that I > understood the intention correctly). > >

[jcs] JCache implementation review

2014-05-02 Thread Thomas Vandahl
Hi folks, I took some time to look over the code of the JCache implementation and I have some suggestions for simplification (under the assumption that I understood the intention correctly). - JCS does not implement the same model of cache element expiry, however a few more existing features coul