Uses of Class
org.teamapps.ux.cache.CacheManipulationHandle
| Package | Description |
|---|---|
| org.teamapps.ux.cache |
-
Uses of CacheManipulationHandle in org.teamapps.ux.cache
Methods in org.teamapps.ux.cache 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 with parameters of type CacheManipulationHandle Modifier and Type Method Description voidClientRecordCachePurgeListener. handleCacheEntriesPurged(CacheManipulationHandle<java.util.List<java.lang.Integer>> operationHandle)