xmltooling  1.6.4
StorageService.h File Reference

Licensed to the University Corporation for Advanced Internet Development, Inc. More...

#include <xmltooling/base.h>
#include <ctime>

Classes

class  xmltooling::StorageService
 Generic data storage facility for use by services that require some degree of persistence. More...
 
class  xmltooling::StorageService::Capabilities
 

Namespaces

 xmltooling
 Public namespace of XML Tooling library.
 

Macros

#define __xmltooling_storage_h__
 
#define MEMORY_STORAGE_SERVICE   "Memory"
 StorageService based on in-memory caching. More...
 

Functions

void xmltooling::registerStorageServices ()
 Registers StorageService classes into the runtime.
 

Detailed Description

Licensed to the University Corporation for Advanced Internet Development, Inc.

(UCAID) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership.

UCAID licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Generic data storage interface.

Macro Definition Documentation

◆ MEMORY_STORAGE_SERVICE

#define MEMORY_STORAGE_SERVICE   "Memory"

StorageService based on in-memory caching.