Package net.bluemind.exchange.mapi.api
Interface IMapiPCLCache
@Path("/mapi_pclcache")
public interface IMapiPCLCache
-
Method Summary
-
Method Details
-
get
@GET @Path("entry/{replicaGuid}/{globalCounter}") MapiPCLCacheEntry get(@PathParam("replicaGuid") String replicaGuid, @PathParam("globalCounter") Long globalCounter) -
store
@PUT @Path("entry/{replicaGuid}/{globalCounter}") void store(@PathParam("replicaGuid") String replicaGuid, @PathParam("globalCounter") Long globalCounter, MapiPCLCacheEntry entry) -
contains
-
delete
-