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.

Version:
$Revision: 5448 $
Author:
Julien Viet

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

Method Detail

getTreeCache

org.jboss.cache.TreeCache getTreeCache()