All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.quhaodian.cache.RpcStringCache Maven / Gradle / Ivy

/**
 * CopyRright (c)1985-2012:宝亿电子 
* Project: jsonrpc
* Module ID:
* Comments:
* JDK version used:
* Namespace:package org.json.rpc.cache;
* Author:陈联高
* Create Date: 2012-11-26
* Modified By:ada.young
* Modified Date:2012-11-26
* Why & What is modified
* Version: 1.01
*/ package com.quhaodian.cache; public interface RpcStringCache { String get(String key); void put(String key, String value); void clearall(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy