public interface CachedModel<Model>
Modifier and Type | Method and Description |
---|---|
long |
getCacheTimestamp()
When was the model was loaded from database.
|
Model |
getDelegateForUpdate()
Invalidates the cache for this model and returns a delegate that represents the actual data provider
|
void |
invalidate()
Invalidate the cache for this model
|
Model getDelegateForUpdate()
void invalidate()
long getCacheTimestamp()
Copyright © 2021 JBoss by Red Hat. All rights reserved.