Class JCacheModule
java.lang.Object
org.apache.tapestry5.jcache.module.JCacheModule
Tapestry-IoC module that
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
adviseCache
(MethodAdviceReceiver receiver, ObjectLocator objectLocator) Applies the advice to the services.static void
bind
(ServiceBinder binder) Declares some services.
-
Method Details
-
bind
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
.
-