|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.path.android.jobqueue.persistentQueue.sqlite.QueryCache
public class QueryCache
a class to cache ready jobs queries so that we can avoid unnecessary memory allocations for them
| Constructor Summary | |
|---|---|
QueryCache()
|
|
| Method Summary | |
|---|---|
void |
clear()
|
java.lang.String |
get(boolean hasNetwork,
java.util.Collection<java.lang.String> excludeGroups)
|
void |
set(java.lang.String query,
boolean hasNetwork,
java.util.Collection<java.lang.String> excludeGroups)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryCache()
| Method Detail |
|---|
public java.lang.String get(boolean hasNetwork,
java.util.Collection<java.lang.String> excludeGroups)
public void set(java.lang.String query,
boolean hasNetwork,
java.util.Collection<java.lang.String> excludeGroups)
public void clear()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||