cacheRunner
Class LoggingCacheLoader
java.lang.Object
cacheRunner.LoggingCacheCallback
cacheRunner.LoggingCacheLoader
- All Implemented Interfaces:
- CacheCallback, CacheLoader, Declarable
public class LoggingCacheLoader
- extends LoggingCacheCallback
- implements CacheLoader
A CacheLoader that logs information about the events
it receives.
- Since:
- 4.0
- Author:
- GemStone Systems, Inc.
- See Also:
LoggingCacheWriter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggingCacheLoader
public LoggingCacheLoader()
load
public final Object load(LoaderHelper helper)
throws CacheLoaderException
- Before creating a new value for the requested key, this loader
will do a
LoaderHelper.netSearch(boolean) to look for the value in
another member of the distributed system.
- Specified by:
load in interface CacheLoader
- Throws:
CacheLoaderException
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.