|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheManagerAware
Interface implemented by components that utilize a CacheManager and wish that CacheManager to be supplied if one is available.
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.
Method Summary | |
---|---|
void |
setCacheManager(CacheManager cacheManager)
Sets the available CacheManager instance on this component. |
Method Detail |
---|
void setCacheManager(CacheManager cacheManager)
cacheManager
- the CacheManager instance to set on this component.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |