Data-SimpleKV
view release on metacpan or search on metacpan
lib/Data/SimpleKV.pm view on Meta::CPAN
=item * Lock files prevent concurrent write operations
=back
Note: Data merging between processes is not supported. The last process
to call save() will overwrite previous changes.
=head1 UTF-8 SUPPORT
The module fully supports UTF-8 encoded strings for both keys and values.
All string data is properly encoded/decoded to ensure correct storage
and retrieval of international characters.
=head1 DEPENDENCIES
=over 4
=item * Storable - For binary serialization
=item * Fcntl - For file locking
( run in 0.389 second using v1.01-cache-2.11-cpan-e9daa2b36ef )