NAME
Gideon::Registry - Gideon Store Registry
VERSION
version 0.0.3
SYNOPSIS
# Start up code
use Gideon::Registry
my $dbh = DBI->connect(...);
Gideon::Registry->register_store( rdbm => $dbh );
DESCRIPTION
The Gideon::Registry is used typically at the start up of the program to register the different data stores used by the application. It is also use to register a cache that will be used by the Gideon::Plugin::Cache
NAME
Gideon::Registry - Register connection to data stores and cache
VERSION
version 0.0.3
METHODS
<register_store( name =
$store ) >>
Register a instance of an store ($store
) under the name name
register_cache( $cache )
Register a $cache
to be used globally by Gideon
AUTHOR
Mariano Wahlmann, Gines Razanov
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Mariano Wahlmann, Gines Razanov.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.