The image O_1034.gif shows the basic Java Object Cache architecture. The cache resides between users and data sources. User applications interact with the cache to retrieve objects and the cache interacts via the CacheLoader with data sources. This gives a clean division between object creation and object use

End of description.