public class CacheKeyHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log
Log
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getProductsKey(java.lang.String storeId,
int productId,
java.lang.String catalogId,
int priceId,
int langId,
FetchProductOptionsIf options)
Return a key for the Products Cache
|
public static java.lang.String getProductsKey(java.lang.String storeId, int productId, java.lang.String catalogId, int priceId, int langId, FetchProductOptionsIf options) throws java.io.IOException
storeId
- the storeIdproductId
- the productIdcatalogId
- the catalogIdpriceId
- the priceIdlangId
- the langIdoptions
- the optionsjava.io.IOException
- an unexpected IOException exceptionCopyright © 2018 DS Data Systems UK Ltd.