Package org.springframework.security.core.userdetails.cache

Implementations of UserCache.

See:
          Description

Class Summary
EhCacheBasedUserCache Caches User objects using a Spring IoC defined EHCACHE.
NullUserCache Does not perform any caching.
 

Package org.springframework.security.core.userdetails.cache Description

Implementations of UserCache.