Uses of Class
org.teamapps.ux.cache.record.legacy.CacheManipulationHandle
Packages that use CacheManipulationHandle
-
Uses of CacheManipulationHandle in org.teamapps.ux.cache.record.legacy
Methods in org.teamapps.ux.cache.record.legacy that return CacheManipulationHandleModifier and TypeMethodDescriptionClientRecordCache.addRecords(List<RECORD> newRecords) ClientRecordCache.clear()ClientRecordCache.removeRecord(RECORD record) ClientRecordCache.replaceRecords(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 CacheManipulationHandleModifier and TypeMethodDescriptionvoidClientRecordCachePurgeListener.handleCacheEntriesPurged(CacheManipulationHandle<List<Integer>> operationHandle)