Verwendungen von Klasse
org.teamapps.ux.cache.record.legacy.CacheManipulationHandle
Packages, die CacheManipulationHandle verwenden
-
Verwendungen von CacheManipulationHandle in org.teamapps.ux.cache.record.legacy
Methoden in org.teamapps.ux.cache.record.legacy, die CacheManipulationHandle zurückgebenModifizierer und TypMethodeBeschreibungClientRecordCache.addOrUpdateRecord(RECORD record) ClientRecordCache.addRecords(List<RECORD> newRecords) ClientRecordCache.clear()ClientRecordCache.removeRecord(RECORD record) ClientRecordCache.removeRecords(Collection<RECORD> recordToBeRemoved) ClientRecordCache.replaceRecords(List<RECORD> newRecords) Replaces the records, but keeps records inside the cache that are not purged due to theClientRecordCache.purgeDecider's intervention.Methoden in org.teamapps.ux.cache.record.legacy mit Parametern vom Typ CacheManipulationHandleModifizierer und TypMethodeBeschreibungvoidClientRecordCachePurgeListener.handleCacheEntriesPurged(CacheManipulationHandle<List<Integer>> operationHandle)