Package com.parthparekh.service.cache

Interface Summary
Cache Cache API with basic cache operations
 

Class Summary
CouchbaseFactory Couchbase client factory
CouchbaseFactory.CouchbaseAlerter  
CouchbaseImpl Couchbase cache implementation
EhCacheImpl Memcache cache implementation
JsonTranscoder JSON transcoder to serialize/deserialize object for caching
MemcachedFactory Memcache client factory
MemcachedFactory.MemcachedAlerter  
MemcachedImpl Memcache cache implementation
ProductCacheService Caching layer for Product web service for create/update - this service will first change the product in mongoDb (by calling productServiceImpl) and then update the cache for get - this service will first check the cache; if the value is not found, it will query the mongoDb (by calling productSericeImpl)
 

Enum Summary
CacheType Enum for types of Caches