Java org.apache.ibatis.cache Cache fields, constructors, methods, implement or subclass

Example usage for Java org.apache.ibatis.cache Cache fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.ibatis.cache Cache.

The text is from its open source code.

Implementation

org.apache.ibatis.cache.Cache has the following implementations.
Click this link to see all its implementation.

Method

voidclear()
Clears this cache instance.
StringgetId()
ObjectgetObject(Object key)
intgetSize()
Optional.
voidputObject(Object key, Object value)
ObjectremoveObject(Object key)
As of 3.3.0 this method is only called during a rollback for any previous value that was missing in the cache.