Home > Contents > Index >
CacheManager.setByItemDate
This API is used to populate CacheManager based on item modification time. The CacheManager page and blob inventory list is populated based on the modified time specified by the parameter mtime
Syntax
public int setByItemDate(ICS ics, String mtime, boolean before)Parameters
ics
- The ICS context.
mtime
- A item modification time in JDBC format based on which the CacheManager is to be populated.
before
- If the boolean parameter value is �true�, CacheManager is populated with pages and blobs that were modified before the time specified in mtime.
- If the boolean parameter value is �false�, CacheManager is populated with pages and blobs that were modified after the time specified in mtime.
Description
The
setByItemDate
method populates the CacheManager with a list of page and blob items based on their modified time. To determine the modification times, the CacheManager uses the �mdate� column of the SystemItemCache lookup table.Returns
Returns the number of pages added to the page inventory list.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.