|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.spy.SpyObject
net.spy.factory.CacheKeyFinder
public class CacheKeyFinder
Locate relevant CacheKeys for a given class.
| Nested Class Summary | |
|---|---|
static class |
CacheKeyFinder.Accessor
Class to access an object from within another object. |
| Constructor Summary | |
|---|---|
protected |
CacheKeyFinder()
|
| Method Summary | |
|---|---|
java.util.Map<CacheKey,CacheKeyFinder.Accessor> |
getCacheKeys(java.lang.Class<?> c)
Get the cache keys for the given class. |
static CacheKeyFinder |
getInstance()
Get the singleton CacheKeyFinder instance. |
static void |
setInstance(CacheKeyFinder to)
Set the singleton CacheKeyFinder instance. |
| Methods inherited from class net.spy.SpyObject |
|---|
getLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CacheKeyFinder()
| Method Detail |
|---|
public static CacheKeyFinder getInstance()
public static void setInstance(CacheKeyFinder to)
public java.util.Map<CacheKey,CacheKeyFinder.Accessor> getCacheKeys(java.lang.Class<?> c)
c - the class to search
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||