Package de.xima.fc.handler.system
Class GenericCacheHandler
- java.lang.Object
 - 
- de.xima.fc.handler.AMSApiHandler
 - 
- de.xima.fc.handler.system.GenericCacheHandler
 
 
 
- 
- All Implemented Interfaces:
 IAPIHandler,IGenericCacheHandler,Serializable
public class GenericCacheHandler extends AMSApiHandler implements IGenericCacheHandler
- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description GenericCacheHandler() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.alibaba.fastjson.JSONObjectgetUncachedI18nValues(UserContext uc, Textbaustein template)- 
Methods inherited from class de.xima.fc.handler.AMSApiHandler
getName 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getUncachedI18nValues
public com.alibaba.fastjson.JSONObject getUncachedI18nValues(UserContext uc, Textbaustein template)
- Specified by:
 getUncachedI18nValuesin interfaceIGenericCacheHandler
 
 - 
 
 -