
October 11th, 2005, 09:00 AM
|
|
|
|
Generic Architecture for Caching Table Data: Supercharge Your PL/SQL Applications
In this series I am going to introduce you to a generic PL/SQL caching architecture. The goal is to give you an understanding of how you can store Table data in PL/SQL collections (“the cache”) and how to retrieve data from those same PL/SQL collections. The proposed architecture will be generic enough for you to use throughout your applications everywhere you need to retrieve data from the database (and isn’t that what PL/SQL applications are all about?).
Read the full article here: Generic Architecture for Caching Table Data: Supercharge Your PL/SQL Applications
For more discussion go here: Blog Article Discussion
|