nullmemorymanager.rb

Path: lib/mues/os-extensions/nullmemorymanager.rb  (CVS)
Last Update: Sat Aug 18 22:54:10 -0700 2007

This file contains the MUES::ObjectStore::NullMemoryManager class: This is a simple memory manager class that doesn‘t do anything. It can be used for small or highly volatile stores that don‘t need collection.

Synopsis

  require 'mues/objectstore'

  os = MUES::ObjectStore::load( 'foo', [], nil, 'Null' )
  ...

Subversion ID

$Id: nullmemorymanager.rb 1206 2004-05-09 21:25:11Z deveiant $

Authors

  • Michael Granger <ged@FaerieMUD.org>

Copyright

Copyright (c) 2000-2003 The FaerieMUD Consortium. All rights reserved.

This module is free software. You may use, modify, and/or redistribute this software under the terms of the Perl Artistic License. (See language.perl.com/misc/Artistic.html)

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

Required files

mues/object   mues/objectstore   mues/storableobject   mues/os-extensions/memorymanager  

[Validate]