org.jboss.cache.pojo.collection
Class CachedArrayRegistry
java.lang.Object
org.jboss.cache.pojo.collection.CachedArrayRegistry
public class CachedArrayRegistry
- extends Object
An internal registry which is responsible for mapping a Java array
instance to a CachedArray
.
- Author:
- Jason T. Greene
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachedArrayRegistry
public CachedArrayRegistry()
register
public static void register(Object array,
CachedArray cached)
unregister
public static CachedArray unregister(Object array)
lookup
public static CachedArray lookup(Object array)
Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.