Home > Contents > Index >
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    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

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 >

FatWire JAVA Reference
Copyright 2005 by FatWire Software
All rights reserved.