Class: DeadSimpleCMS::Storage::Memory

Inherits:
Base
  • Object
show all
Defined in:
lib/dead_simple_cms/storage/memory.rb

Overview

Public: Only used for testing and test-driving purposes. Once your application shutdown, you will lose the CMS information

Constant Summary collapse

@@cache =
{}

Instance Attribute Summary

Attributes inherited from Base

#section

Method Summary

Methods inherited from Base

#initialize, #read, #to_param, #unique_key, #write

Constructor Details

This class inherits a constructor from DeadSimpleCMS::Storage::Base