Saved Bookmarks
| 1. |
Transparent Caching With Aop ? |
|
Answer» To get BETTER results in terms of speed and resources used, it's suggested to use a cache. We can store in it the results corresponding to the methods INVOCATIONS as KEY-value PAIRS: method and arguments as key and RETURN object as value. To get better results in terms of speed and resources used, it's suggested to use a cache. We can store in it the results corresponding to the methods invocations as key-value pairs: method and arguments as key and return object as value. |
|