Similar to the database backend (which also can use SQLite3) except this has some performance benefits by using some SQLite3 specific database functions.
Available config options:
cache_table - The table name to use within the SQLite3 database file. Default: cache_{namespace}.
cache_db - The name of the file to use on disk for the SQLite3 database. Default: APPLICATION_PATH/.runtime/sqlite.db