Class SampleServiceWithCachingImpl
- java.lang.Object
 - 
- org.opendaylight.infrautils.caches.sample.SampleServiceWithCachingImpl
 
 
- 
- All Implemented Interfaces:
 SampleService
@Singleton public class SampleServiceWithCachingImpl extends Object implements SampleService
Example service implementation. Illustrates how to use the caches infrautils.- Author:
 - Michael Vorburger.ch
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SampleServiceWithCachingImpl(CacheProvider cacheProvider) 
 - 
 
- 
- 
Constructor Detail
- 
SampleServiceWithCachingImpl
@Inject public SampleServiceWithCachingImpl(CacheProvider cacheProvider)
 
 - 
 
 -