Python google.appengine.api.memcache模块,常用函数和类
下面列出了Python google.appengine.api.memcache 模块中定义的常用函数和类,我们从134个开源Python项目中,按照使用频率进行了排序。
函数和类 | 使用项目数 |
---|---|
1. Client() | 用在(87)个项目中 |
2. get() | 用在(52)个项目中 |
3. add() | 用在(35)个项目中 |
4. set() | 用在(30)个项目中 |
5. delete() | 用在(17)个项目中 |
6. flush_all() | 用在(6)个项目中 |
7. get_multi() | 用在(5)个项目中 |
8. set_multi() | 用在(5)个项目中 |