Subversion Repositories SmartDukaan

Rev

Rev 3225 | Rev 3561 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3225 Rev 3242
Line 5... Line 5...
5
 
5
 
6
 
6
 
7
import in.shop2020.datalogger.EventType;
7
import in.shop2020.datalogger.EventType;
8
import in.shop2020.model.v1.catalog.Item;
8
import in.shop2020.model.v1.catalog.Item;
9
import in.shop2020.model.v1.user.UserContextService.Client;
9
import in.shop2020.model.v1.user.UserContextService.Client;
10
import in.shop2020.serving.utils.EhcacheWrapper;
10
import in.shop2020.serving.cache.EhcacheWrapper;
11
import in.shop2020.thrift.clients.CatalogClient;
11
import in.shop2020.thrift.clients.CatalogClient;
12
import in.shop2020.thrift.clients.UserClient;
12
import in.shop2020.thrift.clients.UserClient;
13
import in.shop2020.utils.DataLogger;
13
import in.shop2020.utils.DataLogger;
14
 
14
 
15
import java.io.IOException;
15
import java.io.IOException;