当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
org.jboss.cache.loader (JBossCache API) - JBoss 4.0.1 sp1 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.