Clears the cache. WARNING: This will revert all changes that have not been flushed! No updates performed through SQLCache#update(Object, Object...) will be committed!
()
| 181 | * No updates performed through {@link SQLCache#update(Object, Object...)} will be committed! |
| 182 | */ |
| 183 | public void clear() { |
| 184 | cache.clear(); |
| 185 | } |
| 186 | |
| 187 | /** |
| 188 | * Flushes the cache, saving all changes that were made. |
no outgoing calls
no test coverage detected