Class Option Recommendations

Below, is a list of classes that may be updated with final or abstract.
The red stars mention possible upgrade by using final or abstract keywords; The green stars mention a valid absence of the option (an extended class, that can't be final, ...); The absence of star report currently configured classes. .

Final Abstract Name Path
  class Adapter extends AbstractCache \adapter
  class Memory extends AbstractCache \memory
  class Predis extends AbstractCache \predis
  class PhpRedis extends AbstractCache \phpredis
class CachedAdapter implements AdapterInterface \cachedadapter
  class Stash extends AbstractCache \stash
  class Psr6Cache extends AbstractCache \psr6cache
  class Noop extends AbstractCache \noop
  class Memcached extends AbstractCache \memcached