Uses of Class
com.caplin.jtm.exceptions.DataCachePutException
-
Packages that use DataCachePutException Package Description com.caplin.jtm -
-
Uses of DataCachePutException in com.caplin.jtm
Methods in com.caplin.jtm that throw DataCachePutException Modifier and Type Method Description void
DataCache. put(String objectName)
Sets the flags for the specified object to STORE_IN_CACHE and PUBLISH_TO_PEERS.void
DataCache. put(String objectName, PublishFlag... flags)
Updates the flags for the specified object.
-