static CacheMap<String,sailpoint.object.Bundle> | 
Caches.createBundleCache() | 
 Creates a new to hold Bundle objects, with the configured timeout 
 | 
static <T extends sailpoint.object.SailPointObject> CacheMap<String,T> | 
Caches.createCache(Class<T> type) | 
 Creates a new instance of a cache to hold the given type. 
 | 
static CacheMap<String,sailpoint.object.Configuration> | 
Caches.createConfigurationCache() | 
 Creates a new to hold Configuration objects, with the configured timeout 
 | 
static CacheMap<String,sailpoint.object.Custom> | 
Caches.createCustomCache() | 
 Creates a new to hold Custom objects, with the configured timeout 
 | 
static CacheMap<String,sailpoint.object.Bundle> | 
Caches.getBundleCache() | 
 Gets the static Bundle cache map 
 | 
static CacheMap<String,sailpoint.object.Configuration> | 
Caches.getConfigurationCache() | 
 Gets the static Configuration cache map created on startup 
 | 
static CacheMap<String,sailpoint.object.Custom> | 
Caches.getCustomCacheMap() | 
 Gets the static Custom cache map created on startup 
 | 
CacheMap<K,V> | 
CacheMap.withBeforeExpirationHook(BiConsumer<K,V> hook) | 
 Adds the given hook function as a pre-expiration hook. 
 |