The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Rose::DB::Cache"

Rose::DB::Cache - A mod_perl-aware cache for Rose::DB objects. River stage two • 15 direct dependents • 27 total dependents

Rose::DB::Cache provides both an API and a default implementation of a caching system for Rose::DB objects. Each Rose::DB-derived class references a Rose::DB::Cache-derived object to which it delegates cache-related activities. See the new_or_cached ...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC

Rose::DB::Cache::Entry - A cache entry for use with Rose::DB::Cache objects. River stage two • 15 direct dependents • 27 total dependents

Rose::DB::Cache::Entry provides both an API and a default implementation of a cache entry for use with Rose::DB::Cache objects. A Rose::DB::Cache-derived class uses Rose::DB::Cache::Entry-derived objects to store cache entries. The default implementa...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC

Rose::DB - A DBI wrapper and abstraction layer. River stage two • 15 direct dependents • 27 total dependents

Rose::DB is a wrapper and abstraction layer for DBI-related functionality. A Rose::DB object "has a" DBI object; it is not a subclass of DBI. Please see the tutorial (perldoc Rose::DB::Tutorial) for an example usage scenario that reflects "best pract...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC

Rose::DBx::AutoReconnect - Rose::DB with auto-reconnect to server River stage one • 1 direct dependent • 1 total dependent

Rose::DBx::AutoReconnect is a subclass of Rose::DB. Additional features include: * If using new_or_cached() method, will ping() dbh on every fetch from cache to ensure that the dbh is connected. This extends the basic Rose::DB::Cache behaviour beyond...

KARMAN/Rose-DBx-AutoReconnect-0.04 - 18 Aug 2012 07:42:28 UTC

Rose::DBx::CannedQuery - Conveniently manage a specific SQL query River stage one • 2 direct dependents • 2 total dependents

This class provides a convenient means to execute specific queries against a database fronted by Rose::DB subclasses, in a manner similar to (and I hope a bit more flexible than) the DBI's "selectall_arrayref" in DBI method. You can set up the query ...

CBAIL/Rose-DBx-CannedQuery-1.00 - 21 Apr 2015 19:55:51 UTC

Rose::DB::Object::Cached - Memory cached object representation of a single row in a database table. River stage two • 19 direct dependents • 19 total dependents

"Rose::DB::Object::Cached" is a subclass of Rose::DB::Object that is backed by a write-through memory cache. Whenever an object is loaded from or saved to the database, it is cached in memory. Any subsequent attempt to load an object of the same clas...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Rose::DB::Object::Manager - Fetch multiple Rose::DB::Object-derived objects from the database using complex queries. River stage two • 19 direct dependents • 19 total dependents

Rose::DB::Object::Manager is a base class for classes that select rows from tables fronted by Rose::DB::Object-derived classes. Each row in the table(s) queried is converted into the equivalent Rose::DB::Object-derived object. Class methods are provi...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Rose::HTMLx::Form::Related - RHTMLO forms, living together River stage one • 2 direct dependents • 2 total dependents

Rose::HTMLx::Form::Related is a subclass of Rose::HTML::Form. Rose::HTMLx::Form::Related can interrogate the relationships between ORM classes and the Forms that represent them, and use that data to tie multiple Rose::HTMLx::Form::Related classes tog...

KARMAN/Rose-HTMLx-Form-Related-0.24 - 02 Nov 2013 05:21:15 UTC

Rose::DB::Object::Metadata - Database object metadata. River stage two • 19 direct dependents • 19 total dependents

Rose::DB::Object::Metadata objects store information about a single table in a database: the name of the table, the names and types of columns, any foreign or unique keys, etc. These metadata objects are also responsible for supplying information to,...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Rose::DBx::Cache::Anywhere - get Apache::DBI behaviour without Apache River stage one • 1 direct dependent • 1 total dependent

This class is used by Rose::DBx::AutoReconnect. The author uses Rose::DB with Catalyst under both the Catalyst dev server and FastCGI and found that the standard Rose::DB::Cache behaviour did not work well with those environments....

KARMAN/Rose-DBx-AutoReconnect-0.04 - 18 Aug 2012 07:42:28 UTC

Rose::DB::Object::Std::Cached - Memory cached standardized object representation of a single row in a database table. River stage two • 19 direct dependents • 19 total dependents

"Rose::DB::Object::Std::Cached" is a subclass of both Rose::DB::Object::Std and Rose::DB::Object::Cached. It simply combines the features of both classes. See the Rose::DB::Object::Std and Rose::DB::Object::Cached documentation for more information....

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Rose::DBx::Object::Cached::CHI - Rose::DB::Object Cache using the CHI interface River stage zero No dependents

This module intends to extend the caching ability in Rose::DB::Object allowing objects to be cached by any driver that can be used with the CHI interface. This opens the possibility to cache objects across scripts or even servers by opening up method...

KMCGRATH/Rose-DBx-Object-Cached-CHI-0.22 - 26 Oct 2012 17:16:55 UTC

Rose::DBx::Object::Cached::FastMmap - Rose::DB::Object Cache Cache::FastMmap River stage zero No dependents

This module intends to extend the caching ability in Rose::DB::Object allowing objects to be cached wth Cache::FastMmap. This module was created becaue of speed issues with Rose::DBx::Object::Cached::CHI. Those issues arise do to the overhead that th...

KMCGRATH/Rose-DBx-Object-Cached-FastMmap-0.05 - 26 Dec 2011 18:24:24 UTC
13 results (0.028 seconds)