function CacheService() { } CacheService._path = '/dwr'; CacheService.getMember = function(p0, callback) { DWREngine._execute(CacheService._path, 'CacheService', 'getMember', p0, callback); } CacheService.getCategoryTypeByID = function(p0, callback) { DWREngine._execute(CacheService._path, 'CacheService', 'getCategoryTypeByID', p0, callback); } CacheService.getCategoryByID = function(p0, callback) { DWREngine._execute(CacheService._path, 'CacheService', 'getCategoryByID', p0, callback); } CacheService.getEventsByKeyword = function(p0, callback) { DWREngine._execute(CacheService._path, 'CacheService', 'getEventsByKeyword', p0, callback); } CacheService.getWordbookMap = function(callback) { DWREngine._execute(CacheService._path, 'CacheService', 'getWordbookMap', callback); } CacheService.getWordbookByType = function(p0, p1, callback) { DWREngine._execute(CacheService._path, 'CacheService', 'getWordbookByType', p0, p1, callback); } CacheService.getWordbooksByType = function(p0, callback) { DWREngine._execute(CacheService._path, 'CacheService', 'getWordbooksByType', p0, callback); } CacheService.getEventByID = function(p0, callback) { DWREngine._execute(CacheService._path, 'CacheService', 'getEventByID', p0, callback); }