Class AbstractCacheBacking

java.lang.Object
org.aspectj.weaver.tools.cache.AbstractCacheBacking
All Implemented Interfaces:
CacheBacking
Direct Known Subclasses:
AbstractFileCacheBacking

public abstract class AbstractCacheBacking extends Object implements CacheBacking
Basic "common" CacheBacking implementation
  • Field Details

    • logger

      protected final Trace logger
  • Constructor Details

    • AbstractCacheBacking

      protected AbstractCacheBacking()
  • Method Details

    • crc

      public static final long crc(byte[] bytes)
      Calculates CRC32 on the provided bytes
      Parameters:
      bytes - The bytes array - ignored if null/empty
      Returns:
      Calculated CRC
      See Also:
      CRC32