User Tools

Site Tools


caching:ex3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
caching:ex3 [2008/10/07 14:09]
bdefrain
caching:ex3 [2021/02/05 13:51] (current)
Line 1: Line 1:
-====== Caching: Invalidate (part I) ======+[[caching:intro|Intro]] 
 +[[caching:ex1|Ex1]] 
 +[[caching:ex2|Ex2]] 
 +[[caching:ex3|Ex3]] 
 +[[caching:ex4|Ex4]]====== Caching: Invalidate (part I) ======
  
 **Task:** Pass ''tests.Invalidation1''. **Task:** Pass ''tests.Invalidation1''.
Line 8: Line 12:
 Employ an additional ''before'' advice. The original aspect that manages the cached data should provide functionality to clear the cache. Employ an additional ''before'' advice. The original aspect that manages the cached data should provide functionality to clear the cache.
  
-To reach the aspect instance, you might need to use the ''aspectOf'' method.+To reach the aspect instance, you might need to use the [[http://www.eclipse.org/aspectj/doc/released/progguide/semantics-aspects.html#aspect-instantiation|aspectOf]] method.
 </note> </note>
  
caching/ex3.txt · Last modified: 2021/02/05 13:51 (external edit)