Class StubCache
java.lang.Object
com.gigaspaces.internal.stubcache.StubCache
- All Implemented Interfaces:
IClassLoaderCacheStateListener
A global cache for dynamic smart stubs
- Since:
- 7.5
- Author:
- eitany
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclear()voidClear stale entries, an entry is considered stale if it was not touched in the last two clean cyclesvoidonClassLoaderRemoved(Long classLoaderKey, boolean explicit)
-
Constructor Details
-
StubCache
public StubCache()
-
-
Method Details
-
getStub
-
addStub
-
clearStaleEntries
public void clearStaleEntries()Clear stale entries, an entry is considered stale if it was not touched in the last two clean cycles -
onClassLoaderRemoved
- Specified by:
onClassLoaderRemovedin interfaceIClassLoaderCacheStateListener
-
clear
public void clear()
-