Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
3121 Weergaven

hello guys is there any reference to tell me how LRU cache in odoo working (especially in odoo 14)? i've been wondering how and when ORM/LRU is caching in odoo.. thank you

Avatar
Annuleer
Beste antwoord

Hello, Rehan.
I hope you doing well.

Least Recently Used (LRU) cache in implementation of this, if the cache memory gets full, then some of the least recently used data will be removed from the cache memory in order to make room for new data.

To check out LRU cache implementation in Odoo, you can go through the lru.py file located in the /odoo/tools directory.

Link : https://github.com/feigames/Odoo/blob/master/openerp/tools/lru.py

Hope this answer helps you.

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
0
mei 22
4266
1
jul. 25
2405
2
jul. 25
7892
2
jul. 25
4301
2
jul. 25
4037