A .Net wrapper for the Ehcache server REST interface June 19, 2010
Posted by James Webster in : software, development, dotnet , add a commentI have been working on a .Net wrapper around the REST interface exposed by Ehcache.
From the FEATURES section of the project README:
- An implementation of the non-generic System.Collections.IDictionary interface in AgileWallaby.Ehcache.EhcacheServerDictionary.
- An extension of the new System.Runtime.Caching.ObjectCache class, AgileWallaby.Ehcache.EhcacheServerCache that has been introduced in the .Net 4.0 platform. However I was hoping that this API would be the same as that implemented by the new AppFabric caching service (formerly known as ‘Velocity’) a la the Java platform’s JCache API however it appears they are different.
Code (no binaries at present) is currently available in this GitHub repository although it is a work-in-progress, hoping to sort out serialization of generic type parameters to/from XML & JSON and Silverlight support soon.