| | |
| | | void update(List<Config> list);
|
| | |
|
| | | void update(Config config);
|
| | | |
| | | void save(Config config);
|
| | |
|
| | | String get(String string);
|
| | | |
| | | String getByVersion(String key,String platform,int version);
|
| | |
|
| | | Config getConfig(String key);
|
| | |
|
| | |
| | | * @param page
|
| | | * @return
|
| | | */
|
| | | public int getCount(String key, int page);
|
| | | public int getCount(String key);
|
| | |
|
| | | public Config getConfig(long id);
|
| | |
|
| | |
| | | * @return
|
| | | */
|
| | | public ProxyIP getTaoBaoProxyIP();
|
| | |
|
| | | /**
|
| | | * 搜索发现词
|
| | | * @return
|
| | | */
|
| | | public String getSearchDiscoveryKeys();
|
| | |
|
| | | /**
|
| | | * 根据key查询 无缓存
|
| | | * @param key
|
| | | * @return
|
| | | */
|
| | | public Config getConfigBykeyNoCache(String key);
|
| | | }
|