Package one.microstream.typing
Interface Caching
- All Superinterfaces:
 Clearable
- All Known Implementing Classes:
 PersistenceTypeDescriptionResolverProvider.Caching
public interface Caching extends Clearable
- 
Method Summary
Modifier and Type Method Description voidclear()booleanensureFilledCache()booleanhasFilledCache() 
- 
Method Details
- 
hasFilledCache
boolean hasFilledCache() - 
ensureFilledCache
boolean ensureFilledCache() - 
clear
void clear() 
 -