org.formaria.cache
Interface ObjectAccessService


public interface ObjectAccessService

An interface for fetching remote objects For licensing information see license.txt


Method Summary
 java.lang.Object read(java.lang.Class cls, java.lang.Object id)
           
 void write(java.lang.Object o)
           
 

Method Detail

read

java.lang.Object read(java.lang.Class cls,
                      java.lang.Object id)

write

void write(java.lang.Object o)