synchronoss / cpo-api

Class Persistence Object (CPO) Application Programming Interface (API).
GNU Lesser General Public License v2.1
3 stars 3 forks source link

swap out caching and use ehcache #6

Open berryware opened 10 years ago

berryware commented 10 years ago

swap out query and metadata caches for ehcache or memcache. As a part of moving to cpo 5 all caching was abstracted out of the code so that this would be an easier replacement.

berryware commented 4 years ago

Caching needs to be made a bit more abstract so that this will be even easier to implement.