v0.3.1
- Fixed scoping bugs in
clear_by_sourceandsource_exist?by implementing a
key LIKE ?constraint to ensure prefix isolation. - Introduced the
start_with_prefixmethod inSQLiteCacheto unify prefix
patterns across the cache implementation. - Updated
tags,size,clear_all_with_prefix, andeachto utilize the
newstart_with_prefixmethod.