Package de.xima.fc.api.system
Class GenericCacheAPI
- java.lang.Object
-
- de.xima.fc.api.ASubAPI
-
- de.xima.fc.api.system.GenericCacheAPI
-
public class GenericCacheAPI extends ASubAPI
API class for interaction with cache- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description GenericCacheAPI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.alibaba.fastjson.JSONObject
getI18nValues(UserContext uc, Mandant client)
com.alibaba.fastjson.JSONObject
getI18nValues(UserContext uc, Textbaustein tmpl)
com.alibaba.fastjson.JSONObject
getUncachedI18nValues(UserContext uc, Textbaustein template)
-
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider
-
-
-
-
Method Detail
-
getI18nValues
public com.alibaba.fastjson.JSONObject getI18nValues(UserContext uc, Mandant client)
-
getI18nValues
public com.alibaba.fastjson.JSONObject getI18nValues(UserContext uc, Textbaustein tmpl)
-
getUncachedI18nValues
public com.alibaba.fastjson.JSONObject getUncachedI18nValues(UserContext uc, Textbaustein template)
-
-