Hi,

I am wondering how the cache by roles would work.
So this might really be a feature request.

I have a mobile/PC site that theme switches to serve up the pages.
There are also mobile specific themes for certain phones.

This means I need to cache by theme .... or I think it is possible to give a role based on the phone carrier type. Therefore I would like to cache by role.

Reading the information suggests things cache by role, but the content needs to be the same?

I was hoping for a cache solution where seperate caches can be created for role (or theme).

Is this possible with this module? (or could it be...... ?)

Thanks.

Comments

osman’s picture

subscribe.

Hi Ben, have you found an answer yet?

Jonah Ellison’s picture

Status: Active » Closed (won't fix)

It would be best to cache by the URL, not Drupal roles. For example, direct all users from a specific phone carrier type to a different URL. Drupal can be configured (e.g. through settings.php) to serve the same content from one database but allow different themes based on subdomains and directories.