Class::DBI::Lite::CacheManager - Base class for NoSQL cache managers.



NAME

Class::DBI::Lite::CacheManager - Base class for NoSQL cache managers.


SYNOPSIS

You should not use this class directly - use the Class::DBI::Lite::CacheManager::Memcached manpage or the Class::DBI::Lite::CacheManager::InMemory manpage.

NOTE: "NoSQL" is "Not Only SQL" - not "No SQL".


DESCRIPTION

Many - but not all - database queries can be avoided by using a simple cache system.

The CacheManager extentions for the Class::DBI::Lite manpage offer the following features:


SEE ALSO

the Class::DBI::Lite::CacheManager::Memcached manpage and the Class::DBI::Lite::CacheManager::InMemory manpage for implementation-specific details.


AUTHOR

Copyright John Drago <jdrago_999@yahoo.com>. All rights reserved.


LICENSE

This software is Free software and may be used and redistributed under the same terms as perl itself.

 Class::DBI::Lite::CacheManager - Base class for NoSQL cache managers.