| java.lang.Object org.ofbiz.entityext.cache.EntityCacheServices
EntityCacheServices | public EntityCacheServices()(Code) | | |
clearAllCaches | public void clearAllCaches()(Code) | | |
clearAllEntityCaches | public static Map clearAllEntityCaches(DispatchContext dctx, Map context)(Code) | | Clear All Entity Caches Service
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
clearCacheLine | public static Map clearCacheLine(DispatchContext dctx, Map context)(Code) | | Clear Cache Line Service: one of the following context parameters is required: value, dummyPK or primaryKey
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
distributedClearCacheLine | public void distributedClearCacheLine(GenericPK primaryKey)(Code) | | |
distributedClearCacheLineFlexible | public void distributedClearCacheLineFlexible(GenericEntity dummyPK)(Code) | | |
|
|