| java.lang.Object examples.caching.CachingAspect
Constructor Summary | |
public | CachingAspect(AspectContext info) We are interested in cross-cutting info, therefore we have added a constructor that takes a
cross-cutting infor instance as its only parameter. |
CachingAspect | public CachingAspect(AspectContext info)(Code) | | We are interested in cross-cutting info, therefore we have added a constructor that takes a
cross-cutting infor instance as its only parameter.
Parameters: info - the cross-cutting info |
|
|