Skip to content

v0.2.0

Choose a tag to compare

@flori flori released this 12 May 19:13
  • Implemented source-based document removal by adding the remove method to
    Documentrix::Documents.
  • Added clear_by_source to Documentrix::Documents::Cache::Common as the
    default cache implementation.
  • Added an optimized clear_by_source override in
    Documentrix::Documents::Cache::SQLiteCache utilizing a direct SQL DELETE
    query.