|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.weaver.tools.cache.AbstractCacheBacking
public abstract class AbstractCacheBacking
Basic "common" CacheBacking implementation
| Field Summary | |
|---|---|
protected Trace |
logger
|
| Constructor Summary | |
|---|---|
protected |
AbstractCacheBacking()
|
| Method Summary | |
|---|---|
static long |
crc(byte[] bytes)
Calculates CRC32 on the provided bytes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.aspectj.weaver.tools.cache.CacheBacking |
|---|
clear, get, getKeys, put, remove |
| Field Detail |
|---|
protected final Trace logger
| Constructor Detail |
|---|
protected AbstractCacheBacking()
| Method Detail |
|---|
public static final long crc(byte[] bytes)
bytes - The bytes array - ignored if null/empty
CRC32}
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||