Apache-DBI-Cache
view release on metacpan or search on metacpan
Here the internal key delimiter can be changed. It defaults to
"\1". Changing it is necessary only when your DSN, username or
password contain it or to provide more readable debugging
messages.
statistics
returns a reference to the statistics hash. If BerkeleyDB is used it
is tied to BerkeleyDB::Btree.
statistics_as_html
returns a reference to an array of HTML fragments. If mod_perl and
Apache::Status or Apache::Status2 is used the output of this
function is shown under http://HOST/STATUS/URI?DBI_conn.
plugin( 'name', \&mangle, \&setup )
installs a new plugin, see "PLUGINS" below. If a plugin for the
specified database type was already installed it is returned as a
2-element list:
($old_mangle, $old_setup)=
plugin( 'name', \&new_mangle, \&new_setup );
lib/Apache/DBI/Cache.pod view on Meta::CPAN
=back
=item B<statistics>
returns a reference to the statistics hash. If BerkeleyDB is used it is
tied to L<BerkeleyDB::Btree>.
=item B<statistics_as_html>
returns a reference to an array of HTML fragments. If mod_perl and
Apache::Status or Apache::Status2 is used the output of this function
is shown under http://HOST/STATUS/URI?DBI_conn.
=item B<plugin( 'name', \&mangle, \&setup )>
installs a new plugin, see L</"PLUGINS"> below. If a plugin for the
specified database type was already installed it is returned as a
2-element list:
($old_mangle, $old_setup)=
( run in 1.061 second using v1.01-cache-2.11-cpan-b16cb0d3907 )