entrust icon indicating copy to clipboard operation
entrust copied to clipboard

Does entrust cache user/rol/permision?

Open freshface opened this issue 7 years ago • 2 comments

Does entrust cache his queries? A lot of people have an error "This cache store does not support targging" So I was wondering does entrust cache and how?

freshface avatar Jan 21 '18 07:01 freshface

Same problem here. I'm using file cache.

enniosousa avatar Feb 15 '18 12:02 enniosousa

@freshface I hope someone corrects me if I'm wrong, but it seems three years ago they decided to update to only support Taggable caches, which excludes File and Database cache types: https://github.com/Zizaco/entrust/commit/87d407eac78309302d5305bd20fd05655b6ea701

I'm not sure if it would be practical to try to fork it and remove that. I need to deal with this too, so I might just try out memcached.

Nimoi avatar Apr 22 '19 17:04 Nimoi