mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 06:42:49 +00:00
Fixed Javadoc typo.
This commit is contained in:
parent
db9afc36ab
commit
5d0d1bd404
@ -18,14 +18,14 @@ package org.springframework.security.userdetails;
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides a cache of {@link User} objects.
|
* Provides a cache of {@link UserDetails} objects.
|
||||||
*
|
*
|
||||||
* <P>
|
* <p>
|
||||||
* Implementations should provide appropriate methods to set their cache
|
* Implementations should provide appropriate methods to set their cache
|
||||||
* parameters (eg time-to-live) and/or force removal of entities before their
|
* parameters (e.g. time-to-live) and/or force removal of entities before their
|
||||||
* normal expiration. These are not part of the <code>UserCache</code>
|
* normal expiration. These are not part of the <code>UserCache</code>
|
||||||
* interface contract because they vary depending on the type of caching
|
* interface contract because they vary depending on the type of caching
|
||||||
* system used (eg in-memory vs disk vs cluster vs hybrid).
|
* system used (e.g. in-memory vs disk vs cluster vs hybrid).
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @author Ben Alex
|
* @author Ben Alex
|
||||||
|
Loading…
x
Reference in New Issue
Block a user