Strategy ONE
Caches
The Caches interface is a collection of Cache objects, aggregated on the project level. The only meaningful properties this interface has are project DSSID, project name, and the count of caches in the collection.
| Method Name | Return Type | Requires Details? | Description | 
|---|---|---|---|
| get | string | No | Returns the cache object at the specified index | 
| getProjectName | string | No | Returns the name of the project to which the cache belongs | 
| getProjectDSSID | date | No | Returns the DSSID of the project to which the cache belongs | 
| getCount | int | No | Returns the number of cache objects in the collection | 
