-
- Downloads
Dummy implementation of invalidateAll() for (Volatile)Cache
This will be needed by VolatileGlobalCellCache.clearCache(), but so far it just throws an exception.
Showing
- src/main/java/bdv/cache/revised/Cache.java 2 additions, 1 deletionsrc/main/java/bdv/cache/revised/Cache.java
- src/main/java/bdv/cache/revised/SoftRefCache.java 7 additions, 0 deletionssrc/main/java/bdv/cache/revised/SoftRefCache.java
- src/main/java/bdv/cache/revised/VolatileCache.java 2 additions, 1 deletionsrc/main/java/bdv/cache/revised/VolatileCache.java
- src/main/java/bdv/cache/revised/WeakRefVolatileCache.java 6 additions, 0 deletionssrc/main/java/bdv/cache/revised/WeakRefVolatileCache.java
Please register or sign in to comment