Session Level Cache的意思|示意

美 / / 英 / /

会话级缓存


Session Level Cache的网络常见释义

一级缓存 ...一种:事务级缓存:当前事务范围内在的数据缓存,session的生命周期也就是事务级缓存的生命周期 Session Level Cache(一级缓存)Hiber ..

内部缓存 ...维持一个事务缓存,此缓存会伴随着session的创建而存在,session的关闭而销毁;也被成为session内部缓存(session Level Cache);

Session Level Cache相关例句

After turning on Hibernate's log level to trace, we found it was the updating of session cache that caused the delay.

将Hibernate的日志级别调成trace后,我们发现是更新会话缓存造成了延时。

For example, it doesn't have session cache, and nor does it interact with any second-level or query cache.

例如,它不需要会话缓存,也不和任何二级缓存或查询缓存有交互。

Flush and clear your first-level session cache periodically as in the following batch insert sample.

像如下范例中那样定期刷新(flush)并清除一级会话缓存。