Interface SampleService
-
- All Known Implementing Classes:
SampleServiceWithCachingImpl
public interface SampleService
Example service, with an expensive operation, which SampleCachingService will cache.- Author:
- Michael Vorburger.ch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
sayHello(String toWho)
-