Strategy ONE
CacheDetails
The CacheDetails interface extends the Cache interface and contains methods to get detailed information about a cache.
The following methods, which return the details of a cache, are exposed on the CacheDetails interface:
| Method Name | Return Type | Requires Details? | Description |
|---|---|---|---|
|
getDataLocale |
locale |
Yes |
Returns the data locale |
|
getFileName |
string |
Yes |
Returns the filter name |
|
getWaitingList |
string |
Yes |
Returns the template name |
|
getLastLoadTime |
date |
Yes |
Returns the task number
|
