The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.07 - 2000-03-27

  • released version 0.07
  • prepared for initial CPAN release
  • improved Cache::Cache documentation
  • removed last "use IPC::Shareable"
  • added support in the Makefile.PL to conditionally build the SharedMemoryCache, which requires IPC::ShareLite, and thus runs only on certain architectures. Also broke out the IPC related routines into the SharedCacheUtils package.
  • started version 0.07

Modules

abstract cache base class
abstract cache tester base class
the Cache interface.
data about objects in the cache
implements the Cache interface.
implements the Cache interface.
the data stored in a Cache.
extends the MemoryCache.
extends the Cache interface.
extends the Cache::FileCache module
extends the Cache::MemoryCache module
extends the Cache::SizeAwareMemoryCache module

Provides

in lib/Cache/CacheBenchmark.pm
in lib/Cache/CacheTester.pm
in lib/Cache/CacheUtils.pm
in lib/Cache/SharedCacheUtils.pm
in lib/Cache/SizeAwareCacheTester.pm