| Class::DBI::Lite::CacheManager - Base class for NoSQL cache managers. |
Class::DBI::Lite::CacheManager - Base class for NoSQL cache managers.
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".
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:
the Class::DBI::Lite::CacheManager::Memcached manpage and the Class::DBI::Lite::CacheManager::InMemory manpage for implementation-specific details.
Copyright John Drago <jdrago_999@yahoo.com>. All rights reserved.
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. |