Interface ObjectResource
- All Superinterfaces:
AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionBinds the lifetime of the content to this object: Claimed content will not be evicted from the content cache and will thus not spill to disk.voidMethods inherited from interface AutoCloseable
close
-
Method Details
-
fetchRecencyStatus
PathDiffState fetchRecencyStatus()Binds the lifetime of the content to this object: Claimed content will not be evicted from the content cache and will thus not spill to disk. Content will remain in memory which prevents possible throttling (quick successions of access, loading, eviction causing the next access to load again) CallingAutoCloseable.close()unclaims content. -
loadNewInstance
Object loadNewInstance() -
save
-