Interface CacheScanTaskFormat
-
- All Known Implementing Classes:
DefaultCacheScanTaskFormat,TableCacheScanTaskFormat
public interface CacheScanTaskFormatThis is pluggable interface to customize string representation of cache data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringname()List<?>row(javax.cache.Cache.Entry<Object,Object> e)Row for single cache entry.List<String>titles(javax.cache.Cache.Entry<Object,Object> first)Calculates and returns titles based on first cache entry.
-