站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

CacheConcurrencyStrategy.SoftLock (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


net.sf.hibernate.cache
Interface CacheConcurrencyStrategy.SoftLock

All Known Implementing Classes:
ReadWriteCache.Lock
Enclosing interface:
CacheConcurrencyStrategy

public static interface CacheConcurrencyStrategy.SoftLock

Marker interface, denoting a client-visible "soft lock" on a cached item.

Author:
Gavin King