Uses of Interface
com.parthparekh.service.cache.Cache

Packages that use Cache
com.parthparekh.service   
com.parthparekh.service.cache   
 

Uses of Cache in com.parthparekh.service
 

Fields in com.parthparekh.service declared as Cache
private  Cache TestUtils.cache
           
private  Cache ProductServiceTest.cache
           
 

Methods in com.parthparekh.service that return Cache
 Cache TestServiceConfiguration.getCache()
           
 Cache ServiceConfiguration.getCache()
           
private  Cache ServiceConfiguration.getCouchbaseCache()
           
protected  Cache ServiceConfiguration.getEhCache()
           
private  Cache ServiceConfiguration.getMemcache()
           
 

Uses of Cache in com.parthparekh.service.cache
 

Classes in com.parthparekh.service.cache that implement Cache
 class CouchbaseImpl
          Couchbase cache implementation
 class EhCacheImpl
          Memcache cache implementation
 class MemcachedImpl
          Memcache cache implementation
 

Fields in com.parthparekh.service.cache declared as Cache
private  Cache ProductCacheService.cache