The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.0 - 2002-04-06

  • released vresion 1.0
  • localized scope of global file and directory handles (FILE and DIR)
  • applied Jonathan Swartz's patch for a much better untainting regex
  • changed _Untaint_String to throw an exception on a taint
  • further improved the fix to prevent race conditions that caused the tests to fail
  • exposed the get_namespaces method on Cache
  • fixed the failing Win32 tests caused by fileglobs in Makefile.PL
  • applied Yves Orton's patch in _Make_Path to fix warnings on Win32

Modules

abstract cache base class
abstract cache tester base class
the Cache interface.
data about objects in the cache
component object for mamanging the size of caches
a class for regression testing caches
miscellaneous utility routines
a filesystem based persistance mechanism
implements the Cache interface.
a memory based persistance mechanism
implements the Cache interface.
implements the Cache interface.
the data stored in a Cache.
a shared memory based persistance mechanism
extends the MemoryCache.
extends the Cache interface.
a class for regression testing size aware caches
extends Cache::FileCache
extends Cache::MemoryCache
extends Cache::SizeAwareMemoryCache