...
|
...
|
@@ -104,8 +104,7 @@ public class SearchCacheService { |
|
|
return cacheObject.toJSONObject();
|
|
|
}
|
|
|
|
|
|
/*********************************** SearchApiResult *****************************************/
|
|
|
@SuppressWarnings("unchecked")
|
|
|
/*********************************** object *****************************************/
|
|
|
public <T> T getSerializableObjectFromCache(SearchCache searchCache, RedisKeyBuilder redisKeyBuilder, Type type, boolean useJsonSerializable) {
|
|
|
try {
|
|
|
CacheObject cacheObject = this.getCacheObjectFromCache(redisKeyBuilder, searchCache);
|
...
|
...
|
|