Skip to content

Releases: alexboia/ServiceStack-Routed-CacheClient

v1.1.0

01 Sep 14:21

Choose a tag to compare

  • Added utility methods to inspect cache client configuration - Issue #4;
  • Refactoring - extracted the explicit concept of condition from that of a cache client rule - Issue #2;
  • Additional conditions provided:
    • cache key ends with substring - Issue #5;
    • cache key matches a given regexp - Issue #6;
    • compose conditions using OR operator;
    • compose conditions using AND operator.
  • Improved test coverage and code comments.

v1.0.0

06 Apr 07:58

Choose a tag to compare

Initial release, provides basic features:

  • core routed cache client implementation;
  • a rule that always evaluates to true;
  • a rule that matches against whether or not a key starts with a given string;
  • a sample project to see a close-to-real-life implementation of it.