com.rhi.architecture.cache
Interface CacheLoader


public interface CacheLoader

Interface that declares the behaviour of cache loaders. A cacheable object implementing this interface means, that the object is cacheable and loads its cache at the Initilization time.

Since:
1.0
Author:
G Srinivas

Method Summary
 void loadCache(CacheManager cacheManager)
          This method has to load all the data for the cacheable object into the cache.
 

Method Detail

loadCache

public void loadCache(CacheManager cacheManager)
               throws InitializationException
This method has to load all the data for the cacheable object into the cache.

Parameters:
cacheManager -
Throws:
InitializationException


Copyright © 2002-2004 Robert Half International. All Rights Reserved.