Uses of Interface
com.identityworksllc.iiq.common.cache.CacheGenerator
- 
Packages that use CacheGenerator Package Description com.identityworksllc.iiq.common.cache  - 
- 
Uses of CacheGenerator in com.identityworksllc.iiq.common.cache
Classes in com.identityworksllc.iiq.common.cache that implement CacheGenerator Modifier and Type Class Description classSailPointObjectCacheGenerator<T extends sailpoint.object.SailPointObject>A cache generator to automatically pull and cache SailPoint objectsConstructors in com.identityworksllc.iiq.common.cache with parameters of type CacheGenerator Constructor Description CacheMap(int amount, TimeUnit type, CacheGenerator<? extends V> generator)Constructs a new empty cache map with the given expiration time in the given units. 
 -