public abstract class TypeCache<T> extends Object
Constructor and Description |
---|
TypeCache(long aPurgeIntervalMeassure,
CalendarDateUnit aPurgeIntervalUnit) |
Modifier and Type | Method and Description |
---|---|
void |
flushCache() |
T |
getCachedObject() |
boolean |
isCacheSet() |
boolean |
isDirty() |
void |
makeDirty() |
protected abstract T |
recreateCache() |
public TypeCache(long aPurgeIntervalMeassure, CalendarDateUnit aPurgeIntervalUnit)
Copyright © 2019 Optimatika. All rights reserved.