Class ThreadLocalDocumentCache.ThreadLocalCacheContext
- java.lang.Object
-
- ydocumentcartpackage.persistence.polyglot.repository.documentcart.storage.cache.ThreadLocalDocumentCache.ThreadLocalCacheContext
-
- All Implemented Interfaces:
java.lang.AutoCloseable,StorageCache.CacheContext
- Enclosing class:
- ThreadLocalDocumentCache
public static class ThreadLocalDocumentCache.ThreadLocalCacheContext extends java.lang.Object implements StorageCache.CacheContext
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidmarkAsSuccess()
-
-
-
Method Detail
-
markAsSuccess
public void markAsSuccess()
- Specified by:
markAsSuccessin interfaceStorageCache.CacheContext
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfaceStorageCache.CacheContext
-
-