CacheEvictionHandler#onRemoval: Rename parameter to avoid hiding

The (unused) parameter pluginName hides the instance variable of the same
name. Rename it to just "plugin".

Also rename "cacheName" to "cache" for consistency.

Change-Id: Ib1027fe60e94343ad1d285fc79a742ab89063a5f
1 file changed