CHI-Driver-LMDB
view release on metacpan or search on metacpan
lib/CHI/Driver/LMDB.pm view on Meta::CPAN
This is also designed for syntax compatibility with L<< C<CHI::Driver::FastMmap>|CHI::Driver::FastMmap >>
=head2 C<single_txn>
single_txn => 1
B<SPEED>: For performance benefits, have a single transaction
that lives from the creation of the CHI cache till its destruction.
However, B<WARNING:> this flag is currently a bit dodgy, and CHI caches being kept alive
till global destruction B<WILL> trigger a C<SEGV>, and potentially leave your cache broken.
You can avoid this by manually destroying the cache with:
undef $cache
Prior to global destruction.
=head2 C<db_flags>
( run in 0.671 second using v1.01-cache-2.11-cpan-df04353d9ac )