updating class doc to mention its not thread safe
This commit is contained in:
parent
84b44f6093
commit
00beb27b56
|
@ -17,7 +17,8 @@
|
|||
package im.vector.app.features.notifications
|
||||
|
||||
/**
|
||||
* A FIFO circular buffer of strings
|
||||
* A FIFO circular buffer of T
|
||||
* This class is not thread safe
|
||||
*/
|
||||
class CircularCache<T>(cacheSize: Int) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue