164 Posts
redback
8 years ago
Topic

Hello Community,

i enabled the cache for an List and Search type by User. 

Goal is that an user can delete the cache by them self to get new results. 

Any idea how delete the cache just for an User.

Thanks for help

Chris

Get a Book for SEBLOD
4229 Posts
Kadministrator
8 years ago
1
Level 1

Hi,

this is not possible, there is only one cache for all users and deleting it means it is delete from all users, the whole point of cache is that you store something when one user executes some command, so that when next user does the same thing he will get those results faster. To be able to clean cache just for one user you would need to also store it for each user separately, which usually means that you loose all speed gains and so the whole point of cache.  

Enabling cache on search type User only means you are caching results when someone searches for users.

164 Posts
redback
8 years ago
0
Level 2

Hi Klas,

thanks for you detailed and fast answer.

Speed is important. I understand the argument very well.

Best Chris

Get a Book for SEBLOD