Class CacheKey
- java.lang.Object
-
- org.ametys.plugins.calendar.icsreader.CacheKey
-
-
Constructor Summary
Constructors Constructor Description CacheKey(String url, EventsFilterHelper.DateRange dateRange, Long nbEvents, Long maxFileSize)
The value needed to create a key (so if there are many services with the same url but different parameters, we will use another cache)
-
-
-
Constructor Detail
-
CacheKey
public CacheKey(String url, EventsFilterHelper.DateRange dateRange, Long nbEvents, Long maxFileSize)
The value needed to create a key (so if there are many services with the same url but different parameters, we will use another cache)- Parameters:
url
- ics urldateRange
- date range used to return datanbEvents
- max number of events to fetchmaxFileSize
- max ics file size (in bytes)
-
-