| Modifier and Type | Method and Description |
|---|---|
<K,V> Cache<K,V> |
CacheFactory.getCache(String name,
CacheLoader<K,V> loader)
Returns the cache with the given name and loader, creates it if necessary.
|
<K,V> Cache<K,V> |
CacheFactory.getCache(String name,
CacheLoader<K,V> loader,
CacheSettings required)
Returns the cache with the given name, loader and required cache settings, creates it if necessary.
|
Copyright © 2023 Atlassian. All rights reserved.