Class JCacheModule
- java.lang.Object
 - 
- org.apache.tapestry5.jcache.module.JCacheModule
 
 
- 
public final class JCacheModule extends Object
Tapestry-IoC module that 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidadviseCache(MethodAdviceReceiver receiver, ObjectLocator objectLocator)Applies the advice to the services.static voidbind(ServiceBinder binder)Declares some services. 
 - 
 
- 
- 
Method Detail
- 
bind
public static void bind(ServiceBinder binder)
Declares some services.- Parameters:
 binder- aServiceBinder.
 
- 
adviseCache
@Match("*") @Advise(id="JCache") public static void adviseCache(MethodAdviceReceiver receiver, ObjectLocator objectLocator)
Applies the advice to the services.- Parameters:
 receiver- aMethodAdviceReceiver.objectLocator- anObjectLocator.
 
 - 
 
 -