在帮助文档中,选择数据库作为后端存储时有这么一句:
运行在单一应用程序域中的每个 CacheManager 必须使用不同的数据库分区,一个分区定义为应用程序名称和缓存实例名称的组合。数据库可以与使用缓存的应用程序运行在同一服务器上或不同服务器上。数据库支持的使用缓存的应用程序数量仅依赖于数据库的存储限制。
英文:
Each CacheManager object that is running in a single application domain must use a different portion of the database. A portion is defined as a combination of the application name and the cache instance name. The database can be running on the same server as the application using the cache or on a different server. The number of applications using a cache that the database can support depends only on the database's storage limits.
这个应用程序名称和缓存实例名称指的是什么呢?