Class ApiMemcached
java.lang.Object
org.frankframework.http.rest.ApiMemcached
- All Implemented Interfaces:
IApiCache
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Removes all items in the cache.booleancontainsKey(String key) Checks whether or not an object has previously been stored in the cachevoiddestroy()Closes the cache.Retrieve an object from the cachevoidPlace an object in the cachevoidPlace an object in the cachebooleanRemove an object from the cache
-
Field Details
-
log
protected org.apache.logging.log4j.Logger log
-
-
Constructor Details
-
ApiMemcached
public ApiMemcached()
-
-
Method Details
-
get
-
put
-
put
-
remove
-
containsKey
Description copied from interface:IApiCacheChecks whether or not an object has previously been stored in the cache- Specified by:
containsKeyin interfaceIApiCache- Parameters:
key- name of the object to find- Returns:
- true when found
-
clear
-
destroy
-