CacheManagerAware

Interface implemented by components that utilize a CacheManager and wish that CacheManager to be supplied if one is available.

<p>This is used so internal security components that use a CacheManager can be injected with it instead of having to create one on their own.

@since 0.9

Members

Functions

setCacheManager
void setCacheManager(CacheManager cacheManager)

Sets the available CacheManager instance on this component.

Meta