Interface GridQueryRowCacheCleaner
-
- All Known Implementing Classes:
IndexRowCache
public interface GridQueryRowCacheCleanerRow cache cleaner is used by page memory manager to remove updated / evicted links from rows cache.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremove(long link)Remove row by link.
-