org.clapper.curn
Interface CacheLoadedPlugIn
- All Superinterfaces:
- PlugIn
- All Known Implementing Classes:
- MetaPlugIn
public interface CacheLoadedPlugIn
- extends PlugIn
This interface defines the methods that must be supported by plug-ins
that wish to be notified immediately after curn loads its cache.
- Version:
- $Revision: 6491 $
- See Also:
PlugIn,
MetaPlugIn,
PreCacheSavePlugIn,
Curn
|
Method Summary |
void |
runCacheLoadedPlugIn(FeedCache cache)
Called after the curn cache has been read (and after any
expired entries have been purged), but before any feeds are processed. |
runCacheLoadedPlugIn
void runCacheLoadedPlugIn(FeedCache cache)
throws CurnException
- Called after the curn cache has been read (and after any
expired entries have been purged), but before any feeds are processed.
- Parameters:
cache - the loaded FeedCache object
- Throws:
CurnException - on error
Copyright © 2004-2006 Brian M. Clapper. All Rights Reserved.