Skip to content

v0.3.1

Choose a tag to compare

@flori flori released this 18 May 11:23
  • Fixed scoping bugs in clear_by_source and source_exist? by implementing a
    key LIKE ? constraint to ensure prefix isolation.
  • Introduced the start_with_prefix method in SQLiteCache to unify prefix
    patterns across the cache implementation.
  • Updated tags, size, clear_all_with_prefix, and each to utilize the
    new start_with_prefix method.