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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
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
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
0
พ.ค. 22
|
4247 | ||
|
1
ก.ค. 25
|
2389 | ||
|
2
ก.ค. 25
|
7885 | ||
|
2
ก.ค. 25
|
4292 | ||
|
2
ก.ค. 25
|
4030 |