com.knowgate.cache.server
Interface DistributedCacheCoordinator


public interface DistributedCacheCoordinator


Method Summary
 void expire(java.lang.String sKey)
           
 void flush()
           
 long lastModified(java.lang.String sKey)
           
 long modify(java.lang.String sKey)
           
 long now()
           
 

Method Detail

now

long now()
         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

lastModified

long lastModified(java.lang.String sKey)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

modify

long modify(java.lang.String sKey)
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

expire

void expire(java.lang.String sKey)
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

flush

void flush()
           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException