Provides default implementation for cache refreshers that use various back ends.
Package Specification
This package provides several most commonly used implementations of
org.xanthus.inf.api.cache.IDynamicCacheRefresher interface.
For example, PropertyFileRefresher loads values from INI style Java property file.
All entries in the file are loaded into key-value map.
@since 12/15/2004