v0.2.0
- Implemented source-based document removal by adding the
removemethod to
Documentrix::Documents. - Added
clear_by_sourcetoDocumentrix::Documents::Cache::Commonas the
default cache implementation. - Added an optimized
clear_by_sourceoverride in
Documentrix::Documents::Cache::SQLiteCacheutilizing a direct SQLDELETE
query.