@Deprecated public interface CacheLookups
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_PUBLISH_CACHE_NAME
Deprecated.
Published Content is cached
On publish the cache is updated ; ideally, check admin code Key : The Location / url |
static String |
PRODUCT_LOOKUP_CACHE_NAME
Deprecated.
Cache for looking up Categories, top level
Product s that
are called often in the project
On save the cache is updated (ideally, check admin code Key: Product.getId() or HierarchialDomainObject.getParentId() or Product.getName() |
static String |
PRODUCT_SEARCH_CACHE_NAME
Deprecated.
Cache results of recently Search results.
For instance Home page default catalog results etc. |
static String |
TEMPLATEPAGE_MAPPING_CACHE_NAME
Deprecated.
Derive the Template Reference (name) from the Content & Locale
Key : "#contentNameId + '_' + " + "#locale.language + '_' + " + "#locale.country + '_' + " + "#locale.variant" |
static final String PRODUCT_LOOKUP_CACHE_NAME
Product
s that
are called often in the project
Product.getId()
or HierarchialDomainObject.getParentId()
or Product.getName()
ProductServiceImpl#save(Product)})
,
Constant Field Valuesstatic final String PRODUCT_SEARCH_CACHE_NAME
static final String CONTENT_PUBLISH_CACHE_NAME
SingleContentPerFacetPublishAdapter}
,
Constant Field Valuesstatic final String TEMPLATEPAGE_MAPPING_CACHE_NAME
Copyright © 2018. All rights reserved.