Uses of Class
org.teamapps.ux.cache.record.legacy.CacheManipulationHandle
| Package | Description |
|---|---|
| org.teamapps.ux.cache.record.legacy |
-
Uses of CacheManipulationHandle in org.teamapps.ux.cache.record.legacy
Methods in org.teamapps.ux.cache.record.legacy that return CacheManipulationHandle Modifier and Type Method Description CacheManipulationHandle<UIRECORD>ClientRecordCache. addOrUpdateRecord(RECORD record)CacheManipulationHandle<UIRECORD>ClientRecordCache. addRecord(RECORD record)CacheManipulationHandle<java.util.List<UIRECORD>>ClientRecordCache. addRecords(java.util.List<RECORD> newRecords)CacheManipulationHandle<java.lang.Void>ClientRecordCache. clear()CacheManipulationHandle<java.lang.Integer>ClientRecordCache. removeRecord(RECORD record)CacheManipulationHandle<java.util.List<java.lang.Integer>>ClientRecordCache. removeRecords(java.util.Collection<RECORD> recordToBeRemoved)CacheManipulationHandle<java.util.List<UIRECORD>>ClientRecordCache. replaceRecords(java.util.List<RECORD> newRecords)Replaces the records, but keeps records inside the cache that are not purged due to theClientRecordCache.purgeDecider's intervention.Methods in org.teamapps.ux.cache.record.legacy with parameters of type CacheManipulationHandle Modifier and Type Method Description voidClientRecordCachePurgeListener. handleCacheEntriesPurged(CacheManipulationHandle<java.util.List<java.lang.Integer>> operationHandle)