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:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
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
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
0
thg 5 22
|
4242 | ||
|
1
thg 7 25
|
2361 | ||
|
2
thg 7 25
|
7855 | ||
|
2
thg 7 25
|
4254 | ||
|
2
thg 7 25
|
4017 |