Interface CacheGenerator<T>
- 
- Type Parameters:
 T- The type of the object to generate
- All Known Implementing Classes:
 SailPointObjectCacheGenerator
public interface CacheGenerator<T>
This interface represents a factory for objects of type T 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetValue(Object key)Gets a value (new or existing) that should be associated with the given key. 
 -