站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 Cache API Documentation 英文版文档

org.jboss.cache.loader (JBoss Cache API) - JBoss 3.2.7 Cache API Documentation 英文版文档


Package org.jboss.cache.loader

Interface Summary
CacheLoader Implementations need to load an object given a key from secondary storage, or store an object under a given key in secondary storage (e.g.
CacheLoaderAop Responsible for storing and retrieving objects to/from secondary storage.
 

Class Summary
DelegatingCacheLoader CacheLoader implementation which delegates to another TreeCache.
FileCacheLoader Simple file-based CacheLoader implementation.
JDBCCacheLoader JDBC CacheLoader implementation.
NodeData Serializable representation of the data of a node (FQN and attributes)
SharedStoreCacheLoader CacheLoader proxy used only when multiple CacheLoaders in a cluster access the same underlying store (e.g.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.