public class MetadataCache extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataCache.CacheEntry |
| Constructor and Description |
|---|
MetadataCache() |
| Modifier and Type | Method and Description |
|---|---|
MetadataCache.CacheEntry |
getCacheEntry(String projectKey,
String issueType)
Getter for a cache entry, it will first look in the map too see if there is an entry associated with the
arguments, if not it will make the request for the metadata, create the entry, store it in the map and return it
|
void |
removeCacheEntry(String projectKey,
String issueType)
Method for removing the cache entry
|
public void removeCacheEntry(String projectKey, String issueType)
projectKey - issueType - public MetadataCache.CacheEntry getCacheEntry(String projectKey, String issueType)
projectKey - issueType - Copyright © 2016. All rights reserved.