CacheUpdate.java
392 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.cq.mobile.appcache.impl;
import java.util.Calendar;
public interface CacheUpdate {
public Calendar getCreated();
public String getCreatedBy();
public String getTitle();
public String getDescription();
public Calendar getLastPublished();
public String getLastPublishedBy();
public String getPath();
}