Project DescriptionPersistent (across server/backend reboots), generic, networked in-memory cache similiar to memcached.. but well.. with data being persistent.
NOT done yet. UnitTests and final version of Client Library coming the next couple days.
Consists of a
Windows Service (Backend Server), a
Client and a
Common Library. In order to be cached, your objects need to either be
Serializable, properly annotated for serialization with a DataContractSerializer or as a 3rd option, it offers Json.Net as internally used serialization mechanism.
Dual-License:
GPLv2 (see
License) applies to non-commercial, personal & private usage only. Otherwise
contact me.
Disclaimer