public static class UsedBlogsCacheKey.UsedBlogs extends Object implements Serializable
Constructor and Description |
---|
UsedBlogs(List<Long> blogIds,
int maxResults)
Constructs a new instance
|
Modifier and Type | Method and Description |
---|---|
List<Long> |
getBlogIds() |
int |
getMaxResults() |
public UsedBlogs(List<Long> blogIds, int maxResults)
blogIds
- the IDs of the blogsmaxResults
- the number of items that should have been fetched. This can be larger than the
size of the blogs array because the user might not have written into that much
blogs.Copyright © 2019 Communote team. All rights reserved.