public interface CacheManager
extends org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Primary marker for cache management. Simply extends the InitializingBean &
DisposableBean in order to define the post-instantiation, execution &
pre-destruction contract.
Note that the interface is declared abstract which doesn't make
any sense. But, it's just to notify the programmer that this type is not an
initialization/autowiring candidate. Interfaces/Classes extending/implementing this contract must
be initialized so as to support multiple types and instances of cache per container (as suited).
Copyright © 2016. All rights reserved.