Hello Experts,
Is there a way that we can do targeting with Caching . I dont have LSCS in place.
The targeting module is provided by LSCS, so you can't use it without LSCS in place.
You can emulate targeting-like functionality in your component code, but I don't see what caching has to do with this.
(In the event that you meant you do have LSCS in place: no you can't cache components that are dependent on the incoming request, be it for targeting or any other reason)
Thanks for the Info Rick,
We have a client who doesn't want all the requests hitting the server. The challenge is they want to use targeting features with mobile pages with caching
Well, you can cache those components that aren't affected by the targeting. There really isn't any other option if you think about it.