public class Cache extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addJobCasting(String keyspace,
Set<String> conceptIds) |
void |
addJobResource(String keyspace,
Set<String> conceptIds) |
void |
deleteJobCasting(String keyspace,
String conceptId) |
void |
deleteJobResource(String keyspace,
String conceptId) |
Set<String> |
getCastingJobs(String keyspace) |
static Cache |
getInstance() |
Set<String> |
getKeyspaces() |
Set<String> |
getResourceJobs(String keyspace) |
boolean |
isSaveInProgress() |
public static Cache getInstance()
public boolean isSaveInProgress()
Copyright © 2016. All rights reserved.