Set api annotation on classdesc, not constructor
This commit is contained in:
@@ -17,6 +17,7 @@ import EventType from '../events/EventType.js';
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Implements a Least-Recently-Used cache where the keys do not conflict with
|
||||
* Object's properties (e.g. 'hasOwnProperty' is not allowed as a key). Expiring
|
||||
* items from the cache is the responsibility of the user.
|
||||
|
||||
Reference in New Issue
Block a user