站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

TreeCacheProvider - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.jems.hibernate
Interface TreeCacheProvider

All Known Implementing Classes:
JBossTreeCacheProvider

public interface TreeCacheProvider

Provide a tree cache. org.jboss.cache.TreeCache is a concrete class and cannot be proxy injected. This interface enable injection and gives a way to the dependant to retrieve the cache.


Method Summary
 org.jboss.cache.TreeCache getTreeCache()
           
 

Method Detail

getTreeCache

public org.jboss.cache.TreeCache getTreeCache()