C#数据库本地缓存技术(Database local cache)


C#数据库本地缓存技术(Database local cache)


Database local cache

By konamiman34

A C# class that uses the local file system to cache binary objects stored in a database.

一个C#类用于存储数据库上的二进制对象(数据)保存为本地文件。

类的主要方法:

SaveObject:

As for the public methods exposed by the class, these are the ones:

  • SaveObject: Will store in the database the specified byte array or the contents of the specified file, with the specified name or with the same name as the file itself (there are three method overloads). If there is already an object with the same name in the database, its contents will be overwritten. This method does not access the local cache at all.
  • GetObject: Will retrieve an object from either the database or the local cache, following the algorithm explained above. Returns the path to the cached file, or null if the object with the specified name does not exist in the database.
  • GetCachedFile: Will return the path of the cached file for the specified object name, if it exists, or null otherwise, without accessing the database at all. This method can be used as a "life vest" if the database becomes unreachable, but only if it is acceptable to use data that may be out of date.
  • DeleteObject: Deletes the object with the specified name from both the database and the local cache, if it exists.
  • RenameObject: Changes the name of an object in both the database and the local cache, if it exists.
  • ObjectExists: Returns a boolean value indicating whether an object exists in the database with the specified name or not.
  • GetObjectNames: Returns an array of strings with the names of all the objects stored in the database.
  • PurgeCache: Deletes from the local cache all the files that have no matching object in the database. If the database is accessed by multiple users, it may be convenient to execute this method once when the application execution begins and/or ends.

Note that you can, at any time, manually delete some or all of the cached files, besides/instead of using the PurgeCache method. The class does not maintain any state information about the cached files, it only searches for existing files as needed.

Here are some simple examples of how to use the class. For example, for creating an instance, having the database table named Photos and using C:\PhotosCache as the cache directory, you would do:


SqlConnection connection=new SqlConnection(@"Data Source" +

     @"=.\SQLEXPRESS;AttachDbFilename="|DataDirectory" +

     @"|Data\MyDatabase.mdf";Integrated security=true;");

DatabaseFileCache cache=new DatabaseFileCache(connection, "Photos", @"C:\PhotosCache");



Then, to store objects in the database:


cache.SaveObject(@"C:\Photos\DSCF0100.jpg", "Kaito’s first birtday.jpg");

// Using an alternative method overload:

cache.SaveObject(new byte[] { 1, 3, 5, 7, 11 }, "Some primes");



And to retrieve the data:


string filePath=cache.GetObject("Kaito’s first birtday.jpg")

MyForm.MyPictureBox.Load(filePath);

 

filePath=cache.GetObject("Some primes");

byte[] somePrimes=File.ReadAllBytes(filePath);




原文:http://www.codeproject.com/KB/database/DatabaseLocalCache.aspx

www.csframework.com

版权声明:本文为开发框架文库发布内容,转载请附上原文出处连接
C/S框架网
上一篇:C#SQL客户端处理大文本数据通用接口
下一篇:异步实现Socket Server&Client
评论列表

发表评论

评论内容
昵称:
关联文章

C#数据库本地缓存技术(Database local cache)
C# 本地图片缓存器ImageFileCache (www.csframework.com)
C/S框架日志管理管理器(LogUserOperate)/本地日志(LogLocalException)/数据库日志(LogDB)
DataDictCache - 全局缓存设计逻辑详解
C#根据本地IP获取MAC地址(Windows API SendARP函数方式)
C#获取本地的IP地址
EF问题:The model backing the 'GenericDbContext' context has changed since the database was created.
本地文件日志,LocalLog.cs
开发应用-观察者模式之C#实现缓存数据更新
解决方案:C#使用Process.Start调用默认程序打开本地文件
C#读取Excel文件提示:未在本地计算机上注册“Microsoft.Jet.OLEDB.4.0”
Entity Framework(EF)测试DbContext.Database.ExecuteSqlCommand方法删除记录
C# INI本地文件读写工具类IniFileTool.cs
C#.Net反射(Reflaction)技术实例详解
软件开发与设计 - 青牛(北京)软件技术有限公司-USE数据库设计
The Database principal owns a schema in the database
Nginx技术(2)Nginx配置文件简述
【原创】WebApi开发框架:Token生成、Token缓存原理、Token验证、令牌机制与原理
花生壳通过外网远程访问本地SQLServer服务器(原创)
关于大数据量访问,是否考虑数据脱机缓存的模式

热门标签
.NET5 .NET6 .NET7 APP Auth-软件授权注册系统 Axios B/S B/S开发框架 Bug Bug记录 C#加密解密 C#源码 C/S CHATGPT CMS系统 CodeGenerator CSFramework.DB CSFramework.EF CSFrameworkV1学习版 CSFrameworkV2标准版 CSFrameworkV3高级版 CSFrameworkV4企业版 CSFrameworkV5旗舰版 CSFrameworkV6.0 DAL数据访问层 Database datalock DbFramework Demo教学 Demo下载 DevExpress教程 DOM EF框架 Element-UI EntityFramework ERP ES6 Excel FastReport GIT HR IDatabase IIS JavaScript LINQ MES MiniFramework MIS NavBarControl Node.JS NPM OMS ORM PaaS POS Promise API Redis SAP SEO SQL SQLConnector TMS系统 Token令牌 VS2022 VSCode VUE WCF WebApi WebApi NETCore WebApi框架 WEB开发框架 Windows服务 Winform 开发框架 Winform 开发平台 WinFramework Workflow工作流 Workflow流程引擎 版本区别 报表 踩坑日记 操作手册 代码生成器 迭代开发记录 基础资料窗体 架构设计 角色权限 开发sce 开发技巧 开发教程 开发框架 开发平台 开发指南 客户案例 快速搭站系统 快速开发平台 秘钥 密钥 权限设计 软件报价 软件测试报告 软件简介 软件开发框架 软件开发平台 软件开发文档 软件体系架构 软件下载 软著证书 三层架构 设计模式 生成代码 实用小技巧 收钱音箱 数据锁 数据同步 微信小程序 未解决问题 文档下载 喜鹊ERP 喜鹊软件 系统对接 详细设计说明书 行政区域数据库 需求分析 疑难杂症 蝇量级框架 蝇量框架 用户管理 用户开发手册 用户控件 在线支付 纸箱ERP 智能语音收款机 自定义窗体 自定义组件 自动升级程序