Skip to content

Commit

Permalink
Add @SInCE tags for getCacheFilter and setCacheFilter
Browse files Browse the repository at this point in the history
Closes gh-23519
  • Loading branch information
izeye authored and sbrannen committed Aug 26, 2019
1 parent 4cd635e commit 6c2ef48
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ public boolean isCacheUnresolved() {
/**
* Sets the filter that determines if view should be cached.
* Default behaviour is to cache all views.
* @since 5.2
*/
public void setCacheFilter(CacheFilter cacheFilter) {
Assert.notNull(cacheFilter, "CacheFilter must not be null");
Expand All @@ -159,6 +160,7 @@ public void setCacheFilter(CacheFilter cacheFilter) {

/**
* Return filter function that determines if view should be cached.
* @since 5.2
*/
public CacheFilter getCacheFilter() {
return this.cacheFilter;
Expand Down

0 comments on commit 6c2ef48

Please sign in to comment.