Application Programming Interface Guide > Built-in Procedures > Procedures Reference > LoadResourceCacheStatus
 
LoadResourceCacheStatus
Load the status for a resource cache. Also check for any data that is not accessible in the cache, and clear it.
This built-in procedure is discussed in the “TDV Caching” section of the TDV User Guide.
Location
/lib/resource/
Inputs
path: The path to the resource.
type: The type of the resource.
Outputs
N/A
Exceptions
IllegalArgumentException: If the path is malformed or the type is illegal.
IllegalStateException: If the resource type does not support being cached.
IllegalStateException: If the resource is not configured for caching.
NotFoundException: If the resource does not exist.
SecurityException: If the user does not have READ access on all items in the path other than the last one.
SecurityException: If the user does not have WRITE access to the last item in path.